|
|||||||||
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.OkRequestedEvent
public class OkRequestedEvent
An event indicating the the request to positively terminate.
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 | |
---|---|
OkRequestedEvent(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 OkRequestedEvent(java.lang.Object source)
Method Detail |
---|
public EventType getEventType()
IEvent
getEventType
in interface IEvent
getEventType
in class Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |