org.virtualbox_7_1
Class IRecordingStateChangedEvent
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.IRecordingStateChangedEvent
org.virtualbox_7_1.IRecordingStateChangedEvent
- Direct Known Subclasses: 
- IRecordingScreenStateChangedEvent
- public class IRecordingStateChangedEvent 
- extends IEvent
Notification when the machine's recording state has changed.
Interface ID: {E578BB9C-E88D-416B-BB45-08A4E7A5B463}
 
 
| Constructor Summary | 
| IRecordingStateChangedEvent(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 | 
 
IRecordingStateChangedEvent
public IRecordingStateChangedEvent(java.lang.String wrapped,
                                   org.virtualbox_7_1.ObjectRefManager objMgr,
                                   org.virtualbox_7_1.jaxws.VboxPortType port)
getEnabled
public java.lang.Boolean getEnabled()
- Whether recording was enabled or disabled.
 
- 
- Returns:
- Boolean
 
getError
public IVirtualBoxErrorInfo getError()
- Error information in case the event is indicating an error.
 
- 
- Returns:
- org.virtualbox_7_1.IVirtualBoxErrorInfo
 
queryInterface
public static IRecordingStateChangedEvent queryInterface(IUnknown obj)
-