|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.threerings.opengl.gui.event.Event
com.threerings.opengl.gui.event.InputEvent
com.threerings.opengl.gui.event.ActionEvent
com.threerings.opengl.gui.event.CommandEvent
@Deprecated public class CommandEvent
Extends ActionEvent to provide a generic argument.
| Field Summary |
|---|
| Fields inherited from class com.threerings.opengl.gui.event.ActionEvent |
|---|
_action, _argument |
| Fields inherited from class com.threerings.opengl.gui.event.InputEvent |
|---|
_modifiers, ALT_DOWN_MASK, BUTTON1_DOWN_MASK, BUTTON2_DOWN_MASK, BUTTON3_DOWN_MASK, CTRL_DOWN_MASK, META_DOWN_MASK, SHIFT_DOWN_MASK |
| Fields inherited from class com.threerings.opengl.gui.event.Event |
|---|
_consumed, _when |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CommandEvent(Object source,
long when,
int modifiers,
String action,
Object argument)
Deprecated. Creates a new command event with the supplied parameters. |
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.opengl.gui.event.ActionEvent |
|---|
dispatch, getAction, getArgument, propagateUpHierarchy, toString |
| Methods inherited from class com.threerings.opengl.gui.event.InputEvent |
|---|
getModifiers, isAltDown, isControlDown, isMetaDown, isShiftDown |
| Methods inherited from class com.threerings.opengl.gui.event.Event |
|---|
consume, getWhen, isConsumed, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandEvent(Object source,
long when,
int modifiers,
String action,
Object argument)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||