org.eclipse.actf.accservice.event
Class TopLevelWindowEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.actf.accservice.event.TopLevelWindowEvent
All Implemented Interfaces:
Serializable

public class TopLevelWindowEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TopLevelWindowEvent(Object source)
          create a new event object.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopLevelWindowEvent

public TopLevelWindowEvent(Object source)
create a new event object. This constructor is called when a Window has happened and the fireWindowCallback method is invoked.