public abstract class WrapperEvent
extends java.util.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.
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.
|
public long getFlags()
If subclassed, the return value of the super class should usually be ORed with any additional flags.
Copyright 1999, 2024 Tanuki Software Inc., All Rights Reserved.