org.zkoss.bind
Class GlobalCommandEvent

java.lang.Object
  extended by org.zkoss.zk.ui.event.Event
      extended by org.zkoss.bind.GlobalCommandEvent
All Implemented Interfaces:
java.io.Serializable

public class GlobalCommandEvent
extends Event

The global-command event

Since:
6.0.1
Author:
dennis
See Also:
Serialized Form

Constructor Summary
GlobalCommandEvent(Component comp, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> args)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getArgs()
          Gets the global-command args.
 java.lang.String getCommand()
          Gets the global command name
 
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalCommandEvent

public GlobalCommandEvent(Component comp,
                          java.lang.String command,
                          java.util.Map<java.lang.String,java.lang.Object> args)
Method Detail

getCommand

public java.lang.String getCommand()
Gets the global command name


getArgs

public java.util.Map<java.lang.String,java.lang.Object> getArgs()
Gets the global-command args.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo