org.virtualbox_7_1
Class IRecordingStateChangedEvent

java.lang.Object
  extended by org.virtualbox_7_1.IUnknown
      extended by org.virtualbox_7_1.IEvent
          extended by 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}


Field Summary
 
Fields inherited from class org.virtualbox_7_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IRecordingStateChangedEvent(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getEnabled()
          Whether recording was enabled or disabled.
 IVirtualBoxErrorInfo getError()
          Error information in case the event is indicating an error.
static IRecordingStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_1.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

IRecordingStateChangedEvent

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

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)