net.sf.jqql
Class DiskFamilyProcessor
java.lang.Object
net.sf.jqql.DiskFamilyProcessor
- All Implemented Interfaces:
- IPacketListener
public class DiskFamilyProcessor
- extends Object
- implements IPacketListener
Event processor in the package of disk protocol family
diskåè®®æ—包事件处ç†å™¨
- Author:
- luma
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiskFamilyProcessor
public DiskFamilyProcessor(QQClient client)
packetArrived
public void packetArrived(PacketEvent e)
- Description copied from interface:
IPacketListener
- call when the packet arrives.
åŒ…åˆ°è¾¾æ—¶è°ƒç”¨æ¤æ–¹æ³•
- Specified by:
packetArrived
in interface IPacketListener
accept
public boolean accept(InPacket in)
- Description copied from interface:
IPacketListener
- Indicate whether accept the packet or not.
æ˜¯å¦æŽ¥æ”¶æŸä¸ªè¾“入包
- Specified by:
accept
in interface IPacketListener
- Parameters:
in
- InPacket subclass
InPacketåç±»
- Returns:
- true indicates to accept
true表示接收