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

All Superinterfaces:
Bounded.Event, EventSource.Event, NamedObject.Event
All Known Subinterfaces:
Step.Event
Enclosing interface:
ActionContainer<T extends Action>

public static interface ActionContainer.Event
extends NamedObject.Event, Bounded.Event

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


Field Summary
static String ACTIONS
          Property representing the collection of actions for this container.
 
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
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.Bounded.Event
BOUNDS
 

Field Detail

ACTIONS

static final String ACTIONS
Property representing the collection of actions for this container. This field is used in PropertyChangeEvents to indicate that an action has been added to or removed from this container. 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. Renames will generate a NAME event on the object that was renamed, and *not* this type of event.

See Also:
Constant Field Values