EventDispatcher
interface which it uses to deliver events to interested listeners. By removing the actual dispatching of events from the internals of the Connection, applications may provide their own event dispatch implementations for their Connection
objects which better suit how those applications work.
@author Oran Kelly
@version $Id: EventDispatcher.java 255 2006-03-09 09:34:37Z orank $
@see ie.omk.smpp.event.SimpleEventDispatcher
|
|
|
|