pl.mn.communicator.event
Class GGPacketListener.Stub

java.lang.Object
  extended by pl.mn.communicator.event.GGPacketListener.Stub
All Implemented Interfaces:
java.util.EventListener, GGPacketListener
Enclosing interface:
GGPacketListener

public static class GGPacketListener.Stub
extends java.lang.Object
implements GGPacketListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface pl.mn.communicator.event.GGPacketListener
GGPacketListener.Stub
 
Constructor Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGPacketListener.Stub

public GGPacketListener.Stub()
Method Detail

sentPacket

public void sentPacket(GGOutgoingPackage outgoingPacket)
Description copied from interface: GGPacketListener
Notification that Gadu-Gadu outgoing packet has been sent to the Gadu-Gadu server.

Specified by:
sentPacket in interface GGPacketListener
Parameters:
outgoingPacket - the packet that has been sent to the Gadu-Gadu server.
See Also:
GGPacketListener.receivedPacket(GGIncomingPackage)

receivedPacket

public void receivedPacket(GGIncomingPackage incomingPacket)
Description copied from interface: GGPacketListener
Notification that Gadu-Gadu incoming packet has been received.

Specified by:
receivedPacket in interface GGPacketListener
Parameters:
incomingPacket - the packet that has been received from the Gadu-Gadu server.
See Also:
GGPacketListener.receivedPacket(GGIncomingPackage)


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.