All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.clients.remotecontrol.RemoteControlStateEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----calypso.clients.remotecontrol.RemoteControlStateEvent

public class RemoteControlStateEvent
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 state
The state variable of this event.

Constructor Index

 o RemoteControlStateEvent(Object, int)
Constructor for the class RemoteControlStateEvent.

Method Index

 o getState()
Method to access current remote state.

Variables

 o state
 protected int state
The state variable of this event.

Constructors

 o RemoteControlStateEvent
 public RemoteControlStateEvent(Object source_,
                                int state_)
Constructor for the class RemoteControlStateEvent.

Parameters:
source_ - Instance of the class from which the event was originated.
state_ - The remote control state of the event.

Methods

 o getState
 public int getState()
Method to access current remote state.

Returns:
The queried event spesific state (int).

All Packages  Class Hierarchy  This Package  Previous  Next  Index