|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VBoxEventType>
org.virtualbox_4_1.VBoxEventType
public enum VBoxEventType
Type of an event.
See IEvent
for an introduction to VirtualBox event handling.
Interface ID: {CCE48DB6-8561-479D-8D46-1358BAB45D4E}
Method Summary | |
---|---|
static VBoxEventType |
fromValue(long v)
|
static VBoxEventType |
fromValue(java.lang.String v)
|
int |
value()
|
static VBoxEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VBoxEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VBoxEventType Invalid
public static final VBoxEventType Any
IEventSource.registerListener(org.virtualbox_4_1.IEventListener,List,Boolean)
call to simplify registration.
public static final VBoxEventType Vetoable
IEventSource.registerListener(org.virtualbox_4_1.IEventListener,List,Boolean)
call to simplify registration.
public static final VBoxEventType MachineEvent
IEventSource.registerListener(org.virtualbox_4_1.IEventListener,List,Boolean)
call to simplify registration.
public static final VBoxEventType SnapshotEvent
IEventSource.registerListener(org.virtualbox_4_1.IEventListener,List,Boolean)
call to simplify registration.
public static final VBoxEventType InputEvent
IEventSource.registerListener(org.virtualbox_4_1.IEventListener,List,Boolean)
call to simplify registration.
public static final VBoxEventType LastWildcard
public static final VBoxEventType OnMachineStateChanged
IMachineStateChangedEvent
.
public static final VBoxEventType OnMachineDataChanged
IMachineDataChangedEvent
.
public static final VBoxEventType OnExtraDataChanged
IExtraDataChangedEvent
.
public static final VBoxEventType OnExtraDataCanChange
IExtraDataCanChangeEvent
.
public static final VBoxEventType OnMediumRegistered
IMediumRegisteredEvent
.
public static final VBoxEventType OnMachineRegistered
IMachineRegisteredEvent
.
public static final VBoxEventType OnSessionStateChanged
ISessionStateChangedEvent
.
public static final VBoxEventType OnSnapshotTaken
ISnapshotTakenEvent
.
public static final VBoxEventType OnSnapshotDeleted
ISnapshotDeletedEvent
.
public static final VBoxEventType OnSnapshotChanged
ISnapshotChangedEvent
.
public static final VBoxEventType OnGuestPropertyChanged
IGuestPropertyChangedEvent
.
public static final VBoxEventType OnMousePointerShapeChanged
IMousePointerShapeChangedEvent
.
public static final VBoxEventType OnMouseCapabilityChanged
IMouseCapabilityChangedEvent
.
public static final VBoxEventType OnKeyboardLedsChanged
IKeyboardLedsChangedEvent
.
public static final VBoxEventType OnStateChanged
IStateChangedEvent
.
public static final VBoxEventType OnAdditionsStateChanged
IAdditionsStateChangedEvent
.
public static final VBoxEventType OnNetworkAdapterChanged
INetworkAdapterChangedEvent
.
public static final VBoxEventType OnSerialPortChanged
ISerialPortChangedEvent
.
public static final VBoxEventType OnParallelPortChanged
IParallelPortChangedEvent
.
public static final VBoxEventType OnStorageControllerChanged
IStorageControllerChangedEvent
.
public static final VBoxEventType OnMediumChanged
IMediumChangedEvent
.
public static final VBoxEventType OnVRDEServerChanged
IVRDEServerChangedEvent
.
public static final VBoxEventType OnUSBControllerChanged
IUSBControllerChangedEvent
.
public static final VBoxEventType OnUSBDeviceStateChanged
IUSBDeviceStateChangedEvent
.
public static final VBoxEventType OnSharedFolderChanged
ISharedFolderChangedEvent
.
public static final VBoxEventType OnRuntimeError
IRuntimeErrorEvent
.
public static final VBoxEventType OnCanShowWindow
ICanShowWindowEvent
.
public static final VBoxEventType OnShowWindow
IShowWindowEvent
.
public static final VBoxEventType OnCPUChanged
ICPUChangedEvent
.
public static final VBoxEventType OnVRDEServerInfoChanged
IVRDEServerInfoChangedEvent
.
public static final VBoxEventType OnEventSourceChanged
IEventSourceChangedEvent
.
public static final VBoxEventType OnCPUExecutionCapChanged
ICPUExecutionCapChangedEvent
.
public static final VBoxEventType OnGuestKeyboard
IGuestKeyboardEvent
.
public static final VBoxEventType OnGuestMouse
IGuestMouseEvent
.
public static final VBoxEventType OnNATRedirect
INATRedirectEvent
.
public static final VBoxEventType OnHostPciDevicePlug
IHostPciDevicePlugEvent
.
public static final VBoxEventType OnVBoxSVCAvailabilityChanged
IVBoxSVCAvailabilityChangedEvent
.
public static final VBoxEventType OnBandwidthGroupChanged
IBandwidthGroupChangedEvent
.
public static final VBoxEventType OnGuestMonitorChanged
IGuestMonitorChangedEvent
.
public static final VBoxEventType OnStorageDeviceChanged
IStorageDeviceChangedEvent
.
public static final VBoxEventType Last
Method Detail |
---|
public static VBoxEventType[] values()
for (VBoxEventType c : VBoxEventType.values()) System.out.println(c);
public static VBoxEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static VBoxEventType fromValue(long v)
public static VBoxEventType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |