com.genesyslab.ail.event
Class WorkbinEvent.WorkbinOperation

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.event.WorkbinEvent.WorkbinOperation
Enclosing interface:
WorkbinEvent

public static class WorkbinEvent.WorkbinOperation
extends Enum

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

TAKEN_OUT_

public static final int TAKEN_OUT_
An interaction was taken out.

See Also:
Constant Field Values

TAKEN_OUT

public static final WorkbinEvent.WorkbinOperation TAKEN_OUT
An interaction was taken out.


PLACED_IN_

public static final int PLACED_IN_
An interaction was placed in the workbin.

See Also:
Constant Field Values

PLACED_IN

public static final WorkbinEvent.WorkbinOperation PLACED_IN
An interaction was placed in the workbin.


PROPERTIES_CHANGED_

public static final int PROPERTIES_CHANGED_
The properties of an interaction have changed.

See Also:
Constant Field Values

PROPERTIES_CHANGED

public static final WorkbinEvent.WorkbinOperation PROPERTIES_CHANGED
The properties of an interaction have changed.

Method Detail

getWorkbinOperation

public static final WorkbinEvent.WorkbinOperation getWorkbinOperation(int type)
Returns the WorkbinOperation for this value.