Interface CMAppEventHandler


public interface CMAppEventHandler
The CMAppEventHandler interface represents an event handler of a CM application.

The application should implements this interface so that it can receive incoming CM events.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Processes the CM event.
  • Method Details

    • processEvent

      void processEvent(CMEvent cme)
      Processes the CM event.

      This method is a callback method that is called by CM whenever it receives a CM event from a remote CM node.
      A CM application can catch the CM event by implementing this method.

      Parameters:
      cme - - the received CM event