public class DataviewEvent
extends java.util.EventObject
DataviewDataListener and
DataviewControllerListener interface methods. Provides
event-consuming services to its subclasses.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
consumed |
| Constructor and Description |
|---|
DataviewEvent(java.lang.Object source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consume()
Consumes this event.
|
boolean |
isConsumed()
Indicates whether this event has been consumed.
|
protected boolean consumed
public DataviewEvent(java.lang.Object source)
source - The source of this event.public void consume()
public boolean isConsumed()
true if this event has been consumed,
false if it has not.