Uses of Class
com.orderlysoftware.orderlycalls.asterisk.manager.event.ManagerEvent

Packages that use ManagerEvent
com.orderlysoftware.orderlycalls.asterisk.manager.event   
com.orderlysoftware.orderlycalls.examples   
 

Uses of ManagerEvent in com.orderlysoftware.orderlycalls.asterisk.manager.event
 

Methods in com.orderlysoftware.orderlycalls.asterisk.manager.event with parameters of type ManagerEvent
 void ManagerEventDispatcher.dispatch(ManagerEvent event)
          Sends an event to all registered ManagerEventListenerinstances.
 void ManagerEventListener.handleManagerEvent(ManagerEvent e)
          Implement this method to handle incoming events.
 

Uses of ManagerEvent in com.orderlysoftware.orderlycalls.examples
 

Methods in com.orderlysoftware.orderlycalls.examples with parameters of type ManagerEvent
 void ExampleManagerEventListener.handleManagerEvent(ManagerEvent e)
          The example prints out the event, and the source client.