|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GGPacketListener
The listener interface for receiving packet related events.
The class that implements this interface, so-called GGPacketHandler is notified of packet sent and received events.
It is highly recommended that this listener is only used by an experienced developer that really knows how to handle events.
Created on 2004-12-11
| Nested Class Summary | |
|---|---|
static class |
GGPacketListener.Stub
|
| Method Summary | |
|---|---|
void |
receivedPacket(GGIncomingPackage incomingPacket)
Notification that Gadu-Gadu incoming packet has been received. |
void |
sentPacket(GGOutgoingPackage outgoingPacket)
Notification that Gadu-Gadu outgoing packet has been sent to the Gadu-Gadu server. |
| Method Detail |
|---|
void sentPacket(GGOutgoingPackage outgoingPacket)
outgoingPacket - the packet that has been sent to the Gadu-Gadu server.void receivedPacket(GGIncomingPackage incomingPacket)
incomingPacket - the packet that has been received from the Gadu-Gadu server.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||