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

All Superinterfaces:
EventSource.Event, NamedIndexedObject.Event, NamedObject.Event
All Known Subinterfaces:
AssignAction.Event, ReturnAction.Event, WorkAction.Event
Enclosing interface:
Action

public static interface Action.Event
extends NamedIndexedObject.Event

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


Field Summary
static String PROPERTY_REFS
          Property representing the collection of property refs for this task plan.
 
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

PROPERTY_REFS

static final String PROPERTY_REFS
Property representing the collection of property refs for this task plan. This field is used in PropertyChangeEvents to indicate that a property ref has been added to or removed from this action. If a new child is added, the 'new' field of the PropertyChangeEvent will be populated. If a child is removed, the 'old' field of the PropertyChangeEvent will be populated. If the entire collection is replaced, the 'old' field will contain the old array of refs and the 'new' field will contain the new array of refs. Renames will generate a NAME event on the object that was renamed, and *not* this type of event.

See Also:
Constant Field Values