public abstract class PluginBusEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PluginBusEvent.NonVetoable
Deprecated.
An event implementation that cannot be vetoed.
|
Constructor and Description |
---|
PluginBusEvent(IPBComponent source)
Deprecated.
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public PluginBusEvent(IPBComponent source)
source
- The event sourcepublic IPBComponent getSource()
public void veto()
public boolean isVetoed()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String paramString()
Built on January 16 2019