public class AppEvent extends EventObject
AppEventSupport, AppEventManager and
BindEvent for more details on the dispatch possibilities.source| Constructor and Description |
|---|
AppEvent(Object pSource)
Create a non-consumed event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consume()
Consume the event.
|
void |
forward()
The method is called once at each step during processing.
|
boolean |
isConsumed()
Returns of this event was consumed, may be used e.g. to stop
propagation of the event.
|
String |
toString()
Returns a String representation of this EventObject.
|
getSourcepublic AppEvent(Object pSource)
pSource - null or event sourcepublic boolean isConsumed()
public void consume()
public void forward()
public String toString()
toString in class EventObjectCopyright © 2014 Jürgen Zeller (privat). All rights reserved.