public class ListenerObject extends java.lang.Object implements ListenerBase
| Constructor and Description |
|---|
ListenerObject(CallbackFunction cbf)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
invoke()
Method that calls from timer at registration destination
|
public ListenerObject(CallbackFunction cbf)
cbf -
Instance of callback functionpublic void invoke()
invoke in interface ListenerBase