|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_4_1.IUnknown
org.virtualbox_4_1.IEvent
org.virtualbox_4_1.ISharedFolderChangedEvent
public class ISharedFolderChangedEvent
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_1.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
ISharedFolderChangedEvent(java.lang.String wrapped,
org.virtualbox_4_1.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
Scope |
getScope()
Scope of the notification. |
static ISharedFolderChangedEvent |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_4_1.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_4_1.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISharedFolderChangedEvent(java.lang.String wrapped, org.virtualbox_4_1.jaxws.VboxPortType port)
Method Detail |
---|
public Scope getScope()
public static ISharedFolderChangedEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |