public interface IntegerCallback
Modifier and Type | Method and Description |
---|---|
void |
callback(int callbackvalue)
This method is called when the receiving Object has
performed a certain event, as defined by the integer value, and
wants to notify the implementor that the event has occurred.
|
void callback(int callbackvalue)