org.virtualbox_4_3
Class ISharedFolderChangedEvent

java.lang.Object
  extended by org.virtualbox_4_3.IUnknown
      extended by org.virtualbox_4_3.IEvent
          extended by org.virtualbox_4_3.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) or IConsole.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_4_3.IUnknown
obj, port
 
Constructor Summary
ISharedFolderChangedEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
           
 
Method Summary
 Scope getScope()
          Scope of the notification.
static ISharedFolderChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_3.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_3.IUnknown
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_4_3.jaxws.VboxPortType port)
Method Detail

getScope

public Scope getScope()
Scope of the notification.

Returns:
org.virtualbox_4_3.Scope

queryInterface

public static ISharedFolderChangedEvent queryInterface(IUnknown obj)