org.ka2ddo.yaac.io
Interface ObjectReportTransmitter
public interface ObjectReportTransmitter
This interface defines a callback from the ObjectEditor, delivering an
ObjectReport to be transmitted. Note that there is no guarantee one way
or the other whether the editor has been closed when this callback occurs.
This allows the editor to be used to edit multiple objects (for create)
or revise a single object multiple times (for update) without having to
re-open the editor.
sendThisObject
void sendThisObject(ObjectReport or,
ObjectEditorSettingsIfc oe)
- Transmit this edited ObjectReport.
- Parameters:
or
- ObjectReport to sendoe
- ObjectEditor to get extra parameters from