|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for listening for events related to sending outgoing SNAC requests.
ClientSnacProcessor.addGlobalRequestListener(net.kano.joscar.snac.OutgoingSnacRequestListener)
Method Summary | |
void |
handleSent(SnacRequestSentEvent e)
Called when an outgoing SNAC request was sent over a SNAC connection. |
void |
handleTimeout(SnacRequestTimeoutEvent event)
Called when a SNAC packet "times out" and is removed from the request list of its parent ClientSnacProcessor . |
Method Detail |
public void handleSent(SnacRequestSentEvent e)
e
- an object describing the eventpublic void handleTimeout(SnacRequestTimeoutEvent event)
ClientSnacProcessor
. This will be called
only once for each request to which this listener has been added.
event
- an object describing the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |