|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExportListener
Implement this interface to get export events generated by the Progeny Anywhere Control. Implementations of the control that wish to track the various stage of an XML export must necessarily implement this Listener
| Method Summary | |
|---|---|
void |
exportAborted(ExportEvent event)
Invoked when the XML export was aborted for any reason |
void |
exportFinished(ExportEvent event)
Invoked when XML export has been completed successfully |
void |
exportTriggered(ExportEvent event)
Invoked when the XML export has started |
void |
individualExported(ExportEvent event)
Invoked when the Individual element and all the sub-elements under the |
| Method Detail |
|---|
void exportTriggered(ExportEvent event)
void individualExported(ExportEvent event)
void exportFinished(ExportEvent event)
void exportAborted(ExportEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||