Uses of Interface
org.mobicents.protocols.smpp.event.EventDispatcher

Packages that use EventDispatcher
org.mobicents.protocols.smpp Base smppapi functionality. 
org.mobicents.protocols.smpp.event Utility classes used by the smppapi. 
 

Uses of EventDispatcher in org.mobicents.protocols.smpp
 

Methods in org.mobicents.protocols.smpp that return EventDispatcher
 EventDispatcher Session.getEventDispatcher()
           
 

Methods in org.mobicents.protocols.smpp with parameters of type EventDispatcher
 void Session.setEventDispatcher(EventDispatcher eventDispatcher)
           
 

Uses of EventDispatcher in org.mobicents.protocols.smpp.event
 

Classes in org.mobicents.protocols.smpp.event that implement EventDispatcher
 class AbstractEventDispatcher
          Parent class for event dispatchers that maintain their observers in a java.util.List.
 class SimpleEventDispatcher
          A simple implementation of the event dispatcher interface.
 class TaskExecutorEventDispatcher
          Implementation of the EventDispatcher that uses Java's Executor framework to dispatch events.
 



Copyright © 2011 Mobicents. All Rights Reserved.