public class GlobalCommandEvent extends Event
| Constructor and Description |
|---|
GlobalCommandEvent(Component comp,
java.lang.String command,
java.util.Map<java.lang.String,java.lang.Object> args) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArgs()
Gets the global-command args.
|
java.lang.String |
getCommand()
Gets the global command name
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toStringpublic GlobalCommandEvent(Component comp, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> args)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.