com.bea.wli.worklist.api.taskplan
Interface WorkAction.Event

All Superinterfaces:
Action.Event, EventSource.Event, NamedIndexedObject.Event, NamedObject.Event
Enclosing interface:
WorkAction

public static interface WorkAction.Event
extends Action.Event

Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.


Field Summary
static String NEXT_STEP_NAME
           
static String SOURCE_ACTION_CONNECTOR
          This is fired when the next step gets set and unset, and indicates a connector should be drawn out of the action to the step, or not.
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.Action.Event
PROPERTY_REFS
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.NamedIndexedObject.Event
INDEX
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.NamedObject.Event
DESCRIPTION, NAME
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.EventSource.Event
DIRTY
 

Field Detail

NEXT_STEP_NAME

static final String NEXT_STEP_NAME
See Also:
Constant Field Values

SOURCE_ACTION_CONNECTOR

static final String SOURCE_ACTION_CONNECTOR
This is fired when the next step gets set and unset, and indicates a connector should be drawn out of the action to the step, or not. The old and new values contain ActionConnector instances.

See Also:
Constant Field Values