|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
de.intarsys.tools.event.Event
de.intarsys.tools.event.CancelEvent
public class CancelEvent
An event indicating the negatively acknowledged outcome of an execution.
| Field Summary | |
|---|---|
static EventType |
ID
|
| Fields inherited from class de.intarsys.tools.event.Event |
|---|
consumed, ID_ALL, veto |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CancelEvent(java.lang.Object source)
|
|
| Method Summary | |
|---|---|
EventType |
getEventType()
A type for this event. |
| Methods inherited from class de.intarsys.tools.event.Event |
|---|
consume, getName, getRc, isConsumed, isVetoed, setRc, setVeto, veto |
| 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 |
| Methods inherited from interface de.intarsys.tools.event.IEvent |
|---|
getSource |
| Field Detail |
|---|
public static final EventType ID
| Constructor Detail |
|---|
public CancelEvent(java.lang.Object source)
| Method Detail |
|---|
public EventType getEventType()
IEvent
getEventType in interface IEventgetEventType in class Event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||