Package com.nt.udc.util.state
Interface Callback
- All Known Implementing Classes:
IntegerCallbackIdentifier
,JDBCEITransport
,MXNarReader
,NarReader
,NarWriter
public interface Callback
This interface's implementation is passed into the receiving
Object and is used as a notification that the receiving
Object has performed a certain event.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
callback()
This method is called when the receiving Object has performed a certain event, and wants to notify the implementor that the event has occurred.
-
Method Details
-
callback
void callback()This method is called when the receiving Object has performed a certain event, and wants to notify the implementor that the event has occurred.
-