org.elite.jdcbot.framework
Class EventDispatchThread.DispatchEntity

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

private class EventDispatchThread.DispatchEntity
extends java.lang.Object


Field Summary
 java.lang.reflect.Method method
           
 java.lang.Object owner
           
 java.lang.Object[] params
           
 
Constructor Summary
private EventDispatchThread.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 java.lang.reflect.Method method

owner

public java.lang.Object owner

params

public java.lang.Object[] params
Constructor Detail

EventDispatchThread.DispatchEntity

private EventDispatchThread.DispatchEntity()