public abstract class StanzaEvent<S extends Stanza & ClientStreamElement> extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected S |
stanza |
source| Constructor and Description |
|---|
StanzaEvent(Object source,
S stanza,
boolean incoming) |
| Modifier and Type | Method and Description |
|---|---|
S |
getStanza()
Gets the stanza.
|
boolean |
isIncoming()
Indicates, whether the stanza has been received (incoming) or is about to being sent (outgoing).
|
getSource, toStringprotected final S extends Stanza & ClientStreamElement stanza
public boolean isIncoming()
public S getStanza()
Copyright © 2014 XMPP.rocks. All rights reserved.