com.multisoftgroup.jerry.webchat.client
Class PacketCollector
java.lang.Object
com.multisoftgroup.jerry.webchat.client.PacketCollector
- All Implemented Interfaces:
- PacketListener
public class PacketCollector
- extends Object
- implements PacketListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketCollector
public PacketCollector(JID ownerJID,
ChatPluginContainer plugins,
String threadID)
poll
public Packet poll()
processPacket
public boolean processPacket(Packet packet)
- Specified by:
processPacket in interface PacketListener