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 Type
    Method
    Description
    void
    This callback method is received to each cdb notification that correspond to the annotated deviceName and subscription name.
  • Method Details

    • notifReceived

      void notifReceived(NavuContainer event) throws NcsException
      This callback method is received to each cdb notification that correspond to the annotated deviceName and subscription name. Note, that a "*" as name implies wildcard - that any name will match. The method get as parameter the event in a NavuContainer
      Parameters:
      event -
      Throws:
      NcsException