© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.core
Class Command

java.lang.Object
  extended by org.ximtec.igesture.tool.core.Command

public class Command
extends Object

Command to be executed by the responsible controller.

Version:
1.0 09.04.2008
Author:
Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch

Constructor Summary
Command(String command)
           
Command(String command, Object sender)
           
 
Method Summary
 String getCommand()
          Returns the command.
 Object getSender()
          Returns the sender.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command(String command)

Command

public Command(String command,
               Object sender)
Method Detail

getCommand

public String getCommand()
Returns the command.

Returns:
the command.

getSender

public Object getSender()
Returns the sender.

Returns:
the sender.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.