|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.event.Event
public abstract class Event
The base class of all EventBus events.
| Nested Class Summary | |
|---|---|
static class |
Event.NonVetoable
An BusEvent implementation that cannot be vetoed. |
| Constructor Summary | |
|---|---|
Event(IEventListener source)
Creates a new BusEvent. |
|
| Method Summary | |
|---|---|
IEventListener |
getSource()
Returns the sender of this BusEvent. |
boolean |
isVetoed()
Returns if this BusEvent has been vetoed by another bus component. |
java.lang.String |
paramString()
Returns a string representation of this BusEvent's parameters. |
java.lang.String |
toString()
Returns a string representation of this BusEvent. |
void |
veto()
Vetoes this BusEvent. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event(IEventListener source)
source - The BusEvent source| Method Detail |
|---|
public IEventListener getSource()
public void veto()
public boolean isVetoed()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String paramString()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||