public abstract class StanzaEvent<S extends Stanza & ClientStreamElement> extends EventObject
| Constructor and Description |
|---|
StanzaEvent(Object source,
S stanza,
boolean inbound) |
| Modifier and Type | Method and Description |
|---|---|
S |
getStanza()
Deprecated.
Use getMessage(), getPresence() or getIQ().
|
boolean |
isInbound()
Indicates, whether the stanza has been received (inbound) or is about to being sent (outbound).
|
boolean |
isIncoming()
Deprecated.
Use
isInbound() |
String |
toString() |
getSource@Deprecated public final boolean isIncoming()
isInbound()public final boolean isInbound()
@Deprecated public final S getStanza()
public final String toString()
toString in class EventObjectCopyright © 2014–2015 XMPP.rocks. All rights reserved.