Package de.intarsys.tools.event
Class OkEvent
- java.lang.Object
-
- java.util.EventObject
-
- de.intarsys.tools.event.Event
-
- de.intarsys.tools.event.OkEvent
-
- All Implemented Interfaces:
IEvent
,java.io.Serializable
public class OkEvent extends Event
An event indicating the positively acknowledged outcome of an execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OkEvent(java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventType
getEventType()
A type for this event.-
Methods inherited from class de.intarsys.tools.event.Event
consume, getName, getRc, isConsumed, isVetoed, setRc, setVeto, veto
-
-
-
-
Field Detail
-
ID
public static final EventType ID
-
-
Method Detail
-
getEventType
public EventType getEventType()
Description copied from interface:IEvent
A type for this event.- Specified by:
getEventType
in interfaceIEvent
- Overrides:
getEventType
in classEvent
- Returns:
- A type for this event.
-
-