See: Description
| Class | Description |
|---|---|
| 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
|
| Enum | Description |
|---|---|
| ResourceType |
ResourceType set by the Ncs ResourceManager
|
| Scope |
Scope for resources managed by the Resource Manager
|
| Annotation Type | Description |
|---|---|
| EventCallback |
Annotation class for Event Callbacks Attributes are deviceName,
SubscriptionName, callType
|
| Resource |
Annotation class for Action Callbacks Attributes are callPoint and callType
|
The annotation classes are used to annotate methods in any POJO that should act as a callback. The signature of the annotated method must coincide with that of the respective interface method otherwise an exception is thrown at registration of the callback.