com.virtuosotechnologies.lib.command
Interface CommandListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
CommandNode
All Known Implementing Classes:
AbstractCommandNode

public interface CommandListener
extends EventListener

Listener for command events


Field Summary
static Method COMMAND_INVOKED_METHOD
          Method object referring to the commandInvoked method
 
Method Summary
 void commandInvoked(CommandEvent ev)
          Invoke the command
 

Field Detail

COMMAND_INVOKED_METHOD

public static final Method COMMAND_INVOKED_METHOD
Method object referring to the commandInvoked method

Method Detail

commandInvoked

public void commandInvoked(CommandEvent ev)
Invoke the command

Parameters:
ev - the event