public abstract class JMapEvent
extends java.util.EventObject
JMapEventQueue.| Constructor and Description |
|---|
JMapEvent(java.lang.Object source)
The event constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled()
Returns true if the current event has been cancelled.
|
void |
setCancelled(boolean cancelled)
Sets whether or not if the current event has been cancelled.
|
java.lang.String |
toString() |
public JMapEvent(java.lang.Object source)
source - the source of the current event.public boolean isCancelled()
public void setCancelled(boolean cancelled)
cancelled - a boolean which indicates if the current event has been cancelled.public java.lang.String toString()
toString in class java.util.EventObject