|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.listener.ListenerMapImpl
public class ListenerMapImpl
Constructor Summary | |
---|---|
ListenerMapImpl(java.lang.Object target,
java.util.Map invokers)
|
Method Summary | |
---|---|
boolean |
canProvideListener(java.lang.String name)
Returns true if this ListenerMapImpl can provide a listener with the given name. |
IActionListener |
getListener(java.lang.String name)
Gets a listener for the given name (which is both a property name and a method name). |
java.util.Collection |
getListenerNames()
Returns an unmodifiable collection of the names of the listeners implemented by the target class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListenerMapImpl(java.lang.Object target, java.util.Map invokers)
Method Detail |
---|
public boolean canProvideListener(java.lang.String name)
ListenerMap
canProvideListener
in interface ListenerMap
public IActionListener getListener(java.lang.String name)
ListenerMap
IActionListener
.
getListener
in interface ListenerMap
name
- the name of the method to invoke (the most appropriate method will be selected if
there are multiple overloadings of the same method name)public java.util.Collection getListenerNames()
ListenerMap
getListenerNames
in interface ListenerMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |