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
-
state
- The state variable of this event.
-
RemoteControlStateEvent(Object, int)
- Constructor for the class RemoteControlStateEvent.
-
getState()
- Method to access current remote state.
state
protected int state
- The state variable of this event.
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.
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