public static class Connector.StateChangedHandler.StateChangedEvent extends JaxmppEvent<Connector.StateChangedHandler>
sessionObject| Constructor and Description |
|---|
StateChangedEvent(SessionObject sessionObject,
Connector.State oldState,
Connector.State newState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(Connector.StateChangedHandler handler)
Invokes handlers method.
|
Connector.State |
getNewState() |
Connector.State |
getOldState() |
String |
toString() |
getSessionObjectpublic StateChangedEvent(SessionObject sessionObject, Connector.State oldState, Connector.State newState)
protected void dispatch(Connector.StateChangedHandler handler) throws JaxmppException
Eventdispatch in class Event<Connector.StateChangedHandler>handler - handlerJaxmppExceptionpublic Connector.State getNewState()
public Connector.State getOldState()
Copyright © 2006–2016 Tigase. All rights reserved.