public interface Callback
Modifier and Type | Method and Description |
---|---|
int |
callback(int selector,
java.lang.Object parm)
A generic callback function.
|
int callback(int selector, java.lang.Object parm)
selector
- An indicator of the function to be performed.
Interpretation is determined by the implementing class.parm
- Whatever data may be appropriate to the callback.