| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventObjectorg.pietschy.command.delegate.DelegateMediatorEventpublic class DelegateMediatorEventextends EventObjectDelegateMediators current container
list changes. The getExcecutor(String) method can be used to find
most appropriate executor.
Constructor Summary | |
| |
Method Summary | |
DelegateContainer[] | |
ActionCommandExecutor |
|
public DelegateMediatorEvent(DelegateMediator source, DelegateContainer[] containers)
public ActionCommandExecutor getExcecutor(String id)
Searches the container hierarchy and gets the first executor it finds.
- Parameters:
id- the id to search for.
- Returns:
- the first executor in the container hierarchy or
nullif non exists.