Package com.tailf.ncs.annotations
package com.tailf.ncs.annotations
Annotations and proxy helper classes for callbacks.
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.
-
ClassDescriptionAnnotation class for Event Callbacks Attributes are deviceName, SubscriptionName, callTypeCallback proxy for annotated NavuEventCallback methods This class is used internally be the NavuEventHandler.registerAnnotatedCallbacks to be able to invoke (by reflection) the annotated callback methodAnnotation class for Action Callbacks Attributes are callPoint and callTypeResourceType set by the Ncs ResourceManagerScope for resources managed by the Resource Manager