public class WrapperUserEvent extends WrapperEvent
| Constructor and Description |
|---|
WrapperUserEvent(int code)
Creates a new WrapperUserEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Returns the user event code.
|
long |
getFlags()
Returns a set of event flags for which the event should be fired.
|
java.lang.String |
toString()
Returns a string representation of the event.
|
public WrapperUserEvent(int code)
code - The user code ('user_N').public long getFlags()
If subclassed, the return value of the super class should usually be ORed with any additional flags.
getFlags in class WrapperEventpublic int getCode()
public java.lang.String toString()
toString in class java.util.EventObjectCopyright 1999, 2026 Tanuki Software Inc., All Rights Reserved.