|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFlapPacketEvent
SnacPacketEvent
SnacResponseEvent
An event fired when a SNAC packet is received in response to an outgoing SNAC request.
Constructor Summary | |
protected |
SnacResponseEvent(SnacPacketEvent other,
SnacRequest request)
Creates a new SnacResponseEvent with the given properties,
a copy of the given event plus the given request. |
Method Summary | |
SnacRequest |
getRequest()
The SNAC request to which the associated packet is in response. |
Methods inherited from class SnacPacketEvent |
getSnacCommand, getSnacPacket, getSnacProcessor |
Methods inherited from class FlapPacketEvent |
getFlapCommand, getFlapPacket, getFlapProcessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SnacResponseEvent(SnacPacketEvent other, SnacRequest request)
SnacResponseEvent
with the given properties,
a copy of the given event plus the given request.
other
- a SnacPacketEvent
to copyrequest
- the request to which the given
SnacPacketEvent
is a responseMethod Detail |
public final SnacRequest getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |