Package com.tailf.ncs
Interface NavuEventCallback
- All Known Implementing Classes:
EventCallbackProxy
public interface NavuEventCallback
NavuEventCallback interface is used to implement callback methods to be used
my the NavuEventHandler.
The callback method will be invoked for received cdb notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifReceived
(NavuContainer event) This callback method is received to each cdb notification that correspond to the annotated deviceName and subscription name.
-
Method Details