org.virtualbox_7_2
Class IRecordingStateChangedEvent
java.lang.Object
org.virtualbox_7_2.IUnknown
org.virtualbox_7_2.IEvent
org.virtualbox_7_2.IRecordingStateChangedEvent
- Direct Known Subclasses:
- IRecordingScreenStateChangedEvent
public class IRecordingStateChangedEvent
- extends IEvent
Notification when the machine's recording state has changed.
Interface ID: {210498AE-C922-4E86-9C45-8CFB51395FC3}
|
Constructor Summary |
IRecordingStateChangedEvent(java.lang.String wrapped,
org.virtualbox_7_2.ObjectRefManager objMgr,
org.virtualbox_7_2.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_2.ObjectRefManager objMgr,
org.virtualbox_7_2.jaxws.VboxPortType port)
getState
public RecordingState getState()
- New recording state.
- Returns:
- org.virtualbox_7_2.RecordingState
getError
public IVirtualBoxErrorInfo getError()
- Error information in case the event is indicating an error.
- Returns:
- org.virtualbox_7_2.IVirtualBoxErrorInfo
queryInterface
public static IRecordingStateChangedEvent queryInterface(IUnknown obj)