Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventObject
org.pietschy.command.delegate.DelegateMediatorEvent
public class DelegateMediatorEvent
extends EventObject
DelegateMediator
s 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
null
if non exists.