|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvent
An object indicating an event.
Method Summary | |
---|---|
void |
consume()
Indicate that this event does not need to be propagated any further as it is already processed by some listener. |
EventType |
getEventType()
A type for this event. |
String |
getName()
A name for this event. |
Object |
getSource()
The object originating the event instance. |
boolean |
isConsumed()
true if this event is already consumed by some listener. |
boolean |
isVetoed()
true if this event is already vetoed by some listener. |
void |
veto()
Indicate that the behavior associated with this event should not be performed by the source. |
Method Detail |
---|
void consume()
String getName()
Object getSource()
EventType getEventType()
boolean isConsumed()
true
if this event is already consumed by some listener.
true
if this event is already consumed by some
listener.boolean isVetoed()
true
if this event is already vetoed by some listener.
true
if this event is already vetoed by some
listener.void veto()
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |