org.elite.jdcbot.framework
Class BotEventDispatchThread.DispatchEntity

java.lang.Object
  extended by org.elite.jdcbot.framework.BotEventDispatchThread.DispatchEntity
Enclosing class:
BotEventDispatchThread

private class BotEventDispatchThread.DispatchEntity
extends java.lang.Object


Field Summary
 int method
           
 java.lang.Object[] params
           
 
Constructor Summary
private BotEventDispatchThread.DispatchEntity()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public int method

params

public java.lang.Object[] params
Constructor Detail

BotEventDispatchThread.DispatchEntity

private BotEventDispatchThread.DispatchEntity()