org.ximtec.igesture.tool.core
Class Command
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Command
public Command(String command)
Command
public Command(String command,
Object sender)
getCommand
public String getCommand()
- Returns the command.
- Returns:
- the command.
getSender
public Object getSender()
- Returns the sender.
- Returns:
- the sender.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.