|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.WorkbinEvent.WorkbinOperation
public static class WorkbinEvent.WorkbinOperation
Enum for the possible types of operation performed on a workbin.
| Field Summary | |
|---|---|
static WorkbinEvent.WorkbinOperation |
PLACED_IN
An interaction was placed in the workbin. |
static int |
PLACED_IN_
An interaction was placed in the workbin. |
static WorkbinEvent.WorkbinOperation |
PROPERTIES_CHANGED
The properties of an interaction have changed. |
static int |
PROPERTIES_CHANGED_
The properties of an interaction have changed. |
static WorkbinEvent.WorkbinOperation |
TAKEN_OUT
An interaction was taken out. |
static int |
TAKEN_OUT_
An interaction was taken out. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static WorkbinEvent.WorkbinOperation |
getWorkbinOperation(int type)
Returns the WorkbinOperation for this value. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, max, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TAKEN_OUT_
public static final WorkbinEvent.WorkbinOperation TAKEN_OUT
public static final int PLACED_IN_
public static final WorkbinEvent.WorkbinOperation PLACED_IN
public static final int PROPERTIES_CHANGED_
public static final WorkbinEvent.WorkbinOperation PROPERTIES_CHANGED
| Method Detail |
|---|
public static final WorkbinEvent.WorkbinOperation getWorkbinOperation(int type)
WorkbinOperation for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||