public static class CoreProvider.TransmitGeneratedObjectReport extends java.lang.Object implements ObjectReportTransmitter
| Constructor and Description |
|---|
TransmitGeneratedObjectReport(Message oldMessage)
Create an ObjectReportTransmitter that will register the new ObjectReport
in the LocalObjectTracker when it is first transmitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendThisObject(ObjectReport or,
ObjectEditorSettingsIfc oe)
Transmit this edited ObjectReport.
|
public TransmitGeneratedObjectReport(Message oldMessage)
oldMessage - any pre-existing Message that should be replaced by the new
ObjectReport, or null if a new creationpublic void sendThisObject(ObjectReport or, ObjectEditorSettingsIfc oe)
sendThisObject in interface ObjectReportTransmitteror - ObjectReport to sendoe - ObjectEditor to get extra parameters from, or null if no extra parameters source