JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
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.
Method Detail
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.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method