com.guiseframework.event
Interface CommandListener

All Superinterfaces:
java.util.EventListener, GuiseEventListener

public interface CommandListener
extends GuiseEventListener

An object that listens for commands.

Author:
Garret Wilson

Method Summary
 void commanded(CommandEvent commandEvent)
          Called when a command is invoked.
 

Method Detail

commanded

void commanded(CommandEvent commandEvent)
Called when a command is invoked.

Parameters:
commandEvent - The event providing command information


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.