public abstract class WrapperEvent extends EventObject
For performance reasons, some event instances may be reused by the code which fires them off. For this reason, references to the event should never be referenced outside the scope of the WrapperListener.processEvent method.
source
Modifier | Constructor and Description |
---|---|
protected |
WrapperEvent()
Creates a new WrapperEvent.
|
Modifier and Type | Method and Description |
---|---|
long |
getFlags()
Returns a set of event flags for which the event should be fired.
|
getSource, toString
public long getFlags()
If a subclassed, the return value of the super class should usually be ORed with any additional flags.
Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.