|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.pietschy.command.delegate.DelegateMediatorEvent
public class DelegateMediatorEvent
This event is fired whenever a DelegateMediator
s current container
list changes. The getExcecutor(String)
method can be used to find
most appropriate executor.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DelegateMediatorEvent(DelegateMediator source,
DelegateContainer[] containers)
|
Method Summary | |
---|---|
DelegateContainer[] |
getContainers()
|
ActionCommandExecutor |
getExcecutor(java.lang.String id)
Searches the container hierarchy and gets the first executor it finds. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DelegateMediatorEvent(DelegateMediator source, DelegateContainer[] containers)
Method Detail |
---|
public DelegateContainer[] getContainers()
public ActionCommandExecutor getExcecutor(java.lang.String id)
id
- the id to search for.
null
if
non exists.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |