com.tirsen.angkor.event
Class EventQueue.QueuedEvent

java.lang.Object
  |
  +--com.tirsen.angkor.event.EventQueue.QueuedEvent
Enclosing class:
EventQueue

public static class EventQueue.QueuedEvent
extends java.lang.Object


Constructor Summary
EventQueue.QueuedEvent(java.lang.Class listenerInterface, java.util.EventListener target, java.util.EventObject event, java.lang.String method)
           
 
Method Summary
 java.util.EventObject getEvent()
           
 void send(Application application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueue.QueuedEvent

public EventQueue.QueuedEvent(java.lang.Class listenerInterface,
                              java.util.EventListener target,
                              java.util.EventObject event,
                              java.lang.String method)
Method Detail

send

public void send(Application application)
          throws java.lang.Exception
java.lang.Exception

getEvent

public java.util.EventObject getEvent()


Copyright © 2002-2002 . All Rights Reserved.