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.


Field Summary
static int HOST_CHANGED_SCREEN
           
 
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.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HOST_CHANGED_SCREEN

public static final int HOST_CHANGED_SCREEN
Method Detail

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