org.virtualbox_7_1
Class IKeyboardLedsChangedEvent
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IEvent
           org.virtualbox_7_1.IKeyboardLedsChangedEvent
org.virtualbox_7_1.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}
 
 
| Constructor Summary | 
| IKeyboardLedsChangedEvent(java.lang.String wrapped,
                          org.virtualbox_7_1.ObjectRefManager objMgr,
                          org.virtualbox_7_1.jaxws.VboxPortType port)
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IKeyboardLedsChangedEvent
public IKeyboardLedsChangedEvent(java.lang.String wrapped,
                                 org.virtualbox_7_1.ObjectRefManager objMgr,
                                 org.virtualbox_7_1.jaxws.VboxPortType port)
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)
-