org.virtualbox_5_2
Class IKeyboardLedsChangedEvent

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IEvent
          extended by org.virtualbox_5_2.IKeyboardLedsChangedEvent

public class IKeyboardLedsChangedEvent
extends IEvent

Notification when the guest OS executes the KBD_CMD_SET_LEDS command to alter the state of the keyboard LEDs. Interface ID: {6DDEF35E-4737-457B-99FC-BC52C851A44F}


Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IKeyboardLedsChangedEvent(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getCapsLock()
          CapsLock status.
 java.lang.Boolean getNumLock()
          NumLock status.
 java.lang.Boolean getScrollLock()
          ScrollLock status.
static IKeyboardLedsChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_2.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IKeyboardLedsChangedEvent

public IKeyboardLedsChangedEvent(java.lang.String wrapped,
                                 org.virtualbox_5_2.ObjectRefManager objMgr,
                                 org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail

getNumLock

public java.lang.Boolean getNumLock()
NumLock status.

Returns:
Boolean

getCapsLock

public java.lang.Boolean getCapsLock()
CapsLock status.

Returns:
Boolean

getScrollLock

public java.lang.Boolean getScrollLock()
ScrollLock status.

Returns:
Boolean

queryInterface

public static IKeyboardLedsChangedEvent queryInterface(IUnknown obj)