|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectplanet.survey.plugin.event.PluginBusEvent
The base class of all PluginBus events.
Nested Class Summary | |
static class |
PluginBusEvent.NonVetoable
An event implementation that cannot be vetoed. |
Constructor Summary | |
PluginBusEvent(IPBComponent source)
Creates a new event. |
Method Summary | |
IPBComponent |
getSource()
Returns the sender of this event. |
boolean |
isVetoed()
Returns if this event has been vetoed by another bus component. |
java.lang.String |
paramString()
Returns a string representation of this event's parameters. |
java.lang.String |
toString()
Returns a string representation of this event. |
void |
veto()
Vetoes this event. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PluginBusEvent(IPBComponent source)
source
- The event sourceMethod Detail |
public IPBComponent getSource()
public void veto()
public boolean isVetoed()
public java.lang.String toString()
toString
in class java.lang.Object
public 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 |