|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OVAEngineEventType>
com.newisys.ova.OVAEngineEventType
public enum OVAEngineEventType
Enumeration of event types for OVAEngine objects.
| Enum Constant Summary | |
|---|---|
All
Corresponds to all events that occur on an OVAEngine |
|
EngineError
The OVAEngine has encountered an error. |
|
EngineFinished
The OVAEngine has finished. |
|
EngineStarted
The OVAEngine has started. |
|
InitializeBegin
The OVAEngine has started initializing. |
|
InitializeEnd
The OVAEngine has completed initializing. |
|
LoadBegin
TODO: document LoadBegin |
|
LoadEnd
TODO: document LoadBegin |
|
ResetBegin
The OVAEngine has started resetting. |
|
ResetEnd
The OVAEngine has completed resetting. |
|
TerminateBegin
The OVAEngine has started terminating. |
|
TerminateEnd
The OVAEngine has completed terminating. |
|
| Method Summary | |
|---|---|
static OVAEngineEventType |
forValue(int value)
Returns the OVAEngineEventType for the given integer value. |
int |
getValue()
Returns the integer value associated with this OVAEngineEventType. |
static OVAEngineEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OVAEngineEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 OVAEngineEventType All
OVAEngine
public static final OVAEngineEventType InitializeBegin
OVAEngine has started initializing.
public static final OVAEngineEventType InitializeEnd
OVAEngine has completed initializing.
public static final OVAEngineEventType EngineStarted
OVAEngine has started.
public static final OVAEngineEventType ResetBegin
OVAEngine has started resetting.
public static final OVAEngineEventType ResetEnd
OVAEngine has completed resetting.
public static final OVAEngineEventType LoadBegin
public static final OVAEngineEventType LoadEnd
public static final OVAEngineEventType EngineFinished
OVAEngine has finished.
public static final OVAEngineEventType TerminateBegin
OVAEngine has started terminating.
public static final OVAEngineEventType TerminateEnd
OVAEngine has completed terminating.
public static final OVAEngineEventType EngineError
OVAEngine has encountered an error.
| Method Detail |
|---|
public static final OVAEngineEventType[] values()
for(OVAEngineEventType c : OVAEngineEventType.values())
System.out.println(c);
public static OVAEngineEventType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getValue()
public static OVAEngineEventType forValue(int value)
value - the value for which to return an OVAEngineEventType
value
IllegalArgumentException - if value does not
correspond to any OVAEngineEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||