org.virtualbox_6_0
Class ISharedFolderChangedEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.ISharedFolderChangedEvent

public class ISharedFolderChangedEvent
extends IEvent

Notification when a shared folder is added or removed. The scope argument defines one of three scopes:IVirtualBox.getSharedFolders()(Scope.Global),IMachine.getSharedFolders()of the machine (Scope.Machine) orIConsole.getSharedFolders()of the machine (Scope.Session). Interested callees should use query the corresponding collections to find out what has changed. Interface ID: {B66349B5-3534-4239-B2DE-8E1535D94C0B}


Field Summary
 
Fields inherited from class org.virtualbox_6_0.IUnknown
obj, objMgr, port
 
Constructor Summary
ISharedFolderChangedEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
           
 
Method Summary
 Scope getScope()
          Scope of the notification.
static ISharedFolderChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_0.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

ISharedFolderChangedEvent

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

getScope

public Scope getScope()
Scope of the notification.

Returns:
org.virtualbox_6_0.Scope

queryInterface

public static ISharedFolderChangedEvent queryInterface(IUnknown obj)