public class ActionId
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
CANCEL
Termination of marker due to a cancellation
|
static short |
DRAW_COMPLETE
Some (general) drawing action has completed
|
static short |
ERROR
Some error occurred
|
static short |
FAIL
Termination of marker due to some failure
|
static short |
FINALLY
Denoting a finally situation
|
static short |
PAUSE
General pause poshort
|
static short |
QUEUED
Insertion into a queue
|
static short |
RESUME
General resume poshort
|
static short |
START
This starts all markers
|
static short |
SUCCESS
Successful termination of the marker
|
static short |
UNDEFINED
Don't use this action identifier
|
Constructor and Description |
---|
ActionId() |
public static short UNDEFINED
public static short START
public static short SUCCESS
public static short FAIL
public static short CANCEL
public static short DRAW_COMPLETE
public static short PAUSE
public static short RESUME
public static short QUEUED
public static short ERROR
public static short FINALLY