org.ka2ddo.yaac.io
Interface ObjectEditorSettingsIfc

All Known Implementing Classes:
ObjectEditor

public interface ObjectEditorSettingsIfc

This interface permits an ObjectReportTransmitter to obtain extra information from an ObjectEditor that is not stored in the ObjectReport message.


Method Summary
 int getFastSendRate()
          Get the currently configured fast send rate for this object.
 int getSlowSendRate()
          Get the currently configured slow send raye for this object.
 

Method Detail

getFastSendRate

int getFastSendRate()
Get the currently configured fast send rate for this object.

Returns:
fast send rate in seconds

getSlowSendRate

int getSlowSendRate()
Get the currently configured slow send raye for this object.

Returns:
slow send rate in seconds