org.virtualbox_6_1
Class IGuestPropertyChangedEvent

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IEvent
          extended by org.virtualbox_6_1.IMachineEvent
              extended by org.virtualbox_6_1.IGuestPropertyChangedEvent

public class IGuestPropertyChangedEvent
extends IMachineEvent

Notification when a guest property has changed. Interface ID: {3F63597A-26F1-4EDB-8DD2-6BDDD0912368}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestPropertyChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getFlags()
          The new property flags.
 java.lang.String getName()
          The name of the property that has changed.
 java.lang.String getValue()
          The new property value.
static IGuestPropertyChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_6_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_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

IGuestPropertyChangedEvent

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

getName

public java.lang.String getName()
The name of the property that has changed.

Returns:
String

getValue

public java.lang.String getValue()
The new property value.

Returns:
String

getFlags

public java.lang.String getFlags()
The new property flags.

Returns:
String

queryInterface

public static IGuestPropertyChangedEvent queryInterface(IUnknown obj)