All Packages Class Hierarchy This Package Previous Next Index
Class calypso.clients.remotecontrol.RemoteControlKeyDownEvent
java.lang.Object
|
+----java.util.EventObject
|
+----calypso.clients.remotecontrol.RemoteControlKeyDownEvent
- public class RemoteControlKeyDownEvent
- extends EventObject
An event of the RemoteControl and part of the Beans model.
- Author:
- Kim Lahti / TCM laboratory / HUT
- See Also:
- RemoteControl
-
command
- The command string of this event.
-
RemoteControlKeyDownEvent(Object, String)
- Constructor for the RemoteControlKeyDownEvent.
-
getCommand()
- Method to access current remote command.
command
protected String command
- The command string of this event.
RemoteControlKeyDownEvent
public RemoteControlKeyDownEvent(Object source_,
String command_)
- Constructor for the RemoteControlKeyDownEvent.
- Parameters:
- source_ - Instance of the class from which the event was originated.
- command_ - Command name of the event.
getCommand
public String getCommand()
- Method to access current remote command.
- Returns:
- The queried event spesific command (String).
All Packages Class Hierarchy This Package Previous Next Index