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

Variable Index

 o command
The command string of this event.

Constructor Index

 o RemoteControlKeyDownEvent(Object, String)
Constructor for the RemoteControlKeyDownEvent.

Method Index

 o getCommand()
Method to access current remote command.

Variables

 o command
 protected String command
The command string of this event.

Constructors

 o 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.

Methods

 o 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