org.virtualbox_7_2
Class IRecordingStateChangedEvent

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


Field Summary
 
Fields inherited from class org.virtualbox_7_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IRecordingStateChangedEvent(java.lang.String wrapped, org.virtualbox_7_2.ObjectRefManager objMgr, org.virtualbox_7_2.jaxws.VboxPortType port)
           
 
Method Summary
 IVirtualBoxErrorInfo getError()
          Error information in case the event is indicating an error.
 RecordingState getState()
          New recording state.
static IRecordingStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_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

IRecordingStateChangedEvent

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

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)