| Package | Description |
|---|---|
| com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
| com.tailf.ncs.annotations |
Annotations and proxy helper classes for callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavuEventHandler.registerInterfaceCallback(String deviceName,
String subscriptionName,
NavuEventCallback callback)
Method to register classes that implements the NavuEventHandler
interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventCallbackProxy
Callback proxy for annotated NavuEventCallback methods This class is used
internally be the NavuEventHandler.registerAnnotatedCallbacks to be able to
invoke (by reflection) the annotated callback method
|