|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.plugin.event.PluginBusEvent
public abstract class PluginBusEvent
The base class of all PluginBus events. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
| Nested Class Summary | |
|---|---|
static class |
PluginBusEvent.NonVetoable
Deprecated. An event implementation that cannot be vetoed. |
| Constructor Summary | |
|---|---|
PluginBusEvent(IPBComponent source)
Deprecated. Creates a new event. |
|
| Method Summary | |
|---|---|
IPBComponent |
getSource()
Deprecated. Returns the sender of this event. |
boolean |
isVetoed()
Deprecated. Returns if this event has been vetoed by another bus component. |
java.lang.String |
paramString()
Deprecated. Returns a string representation of this event's parameters. |
java.lang.String |
toString()
Deprecated. Returns a string representation of this event. |
void |
veto()
Deprecated. 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 source| Method Detail |
|---|
public IPBComponent 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 | |||||||