JML

net.sf.jqql
Class PacketEventTrigger<T>

java.lang.Object
  extended by net.sf.jqql.PacketEventTrigger<T>
All Implemented Interfaces:
Callable<T>

public class PacketEventTrigger<T>
extends Object
implements Callable<T>

fire packet event 触发PacketEvent

Author:
luma

Constructor Summary
PacketEventTrigger(QQClient client)
           
 
Method Summary
 T call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketEventTrigger

public PacketEventTrigger(QQClient client)
Method Detail

call

public T call()
       throws Exception
Specified by:
call in interface Callable<T>
Throws:
Exception

JML