de.intarsys.tools.event
Class StopRequestedEvent
java.lang.Object
java.util.EventObject
de.intarsys.tools.event.Event
de.intarsys.tools.event.StopRequestedEvent
- All Implemented Interfaces:
- IEvent, java.io.Serializable
public class StopRequestedEvent
- extends Event
An event indicating that the stop for an application component was requested.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
ID
public static final EventType ID
StopRequestedEvent
public StopRequestedEvent(java.lang.Object source,
java.util.Set visited)
getEventType
public EventType getEventType()
- Description copied from interface:
IEvent
- A type for this event.
- Specified by:
getEventType
in interface IEvent
- Overrides:
getEventType
in class Event
- Returns:
- A type for this event.
getVisited
public java.util.Set<java.lang.Object> getVisited()