|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMPPEvent | |
|---|---|
| org.mobicents.protocols.smpp.event | Utility classes used by the smppapi. |
| org.mobicents.protocols.smpp.util | Network protocol support. |
| Uses of SMPPEvent in org.mobicents.protocols.smpp.event |
|---|
| Subclasses of SMPPEvent in org.mobicents.protocols.smpp.event | |
|---|---|
class |
ReceiverExceptionEvent
Event generated by the receiver thread when a non-fatal exception is caught. |
class |
ReceiverExitEvent
Event generated by the receiver thread exiting. |
class |
ReceiverStartEvent
Event generated when the receiver thread starts. |
| Methods in org.mobicents.protocols.smpp.event with parameters of type SMPPEvent | |
|---|---|
void |
TaskExecutorEventDispatcher.notifyObservers(Session conn,
SMPPEvent event)
|
void |
SimpleEventDispatcher.notifyObservers(Session conn,
SMPPEvent event)
Notify registered observers of an SMPP event. |
void |
EventDispatcher.notifyObservers(Session conn,
SMPPEvent event)
Notify all registered observers of an SMPP event. |
void |
SMPPEventAdapter.update(Session source,
SMPPEvent event)
|
void |
SessionObserver.update(Session source,
SMPPEvent event)
Called for all events other than packet reception. |
void |
SMPPEventAdapter.userEvent(Session source,
SMPPEvent ev)
PLACEHOLDER. |
| Uses of SMPPEvent in org.mobicents.protocols.smpp.util |
|---|
| Methods in org.mobicents.protocols.smpp.util with parameters of type SMPPEvent | |
|---|---|
void |
SyncWrapper.update(Session source,
SMPPEvent event)
|
void |
AutoResponder.update(Session source,
SMPPEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||