unikix.clientapis.emulator
Class KixEmulatorEvent
java.lang.Object
|
+--java.util.EventObject
|
+--unikix.clientapis.emulator.KixEmulatorEvent
- public class KixEmulatorEvent
- extends EventObject
An event that encapsultes an event occuring in a KixEmulator that cannot
easily be described as being a property change.
Specifically, there is only one flavour that is raised whenever
a datastream is received from the host, and it modifies the contents of
KixEmulator.
Method Summary |
int |
getID()
|
boolean |
hostUnlockedKeyboard()
This method returns true for a HOST_CHANGED_SCREEN event, where the
keyboard lock state changed from locked to unlocked. |
HOST_CHANGED_SCREEN
public static final int HOST_CHANGED_SCREEN
getID
public int getID()
hostUnlockedKeyboard
public boolean hostUnlockedKeyboard()
- This method returns true for a HOST_CHANGED_SCREEN event, where the
keyboard lock state changed from locked to unlocked.
- Returns:
- Whether the keyboard was unlocked by the host.
Copyright (c) 2001 by Sun Microsystems, Inc. All Rights Reserved