|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListenerMap
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. |
Method Detail |
---|
IActionListener getListener(java.lang.String name)
IActionListener
.
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)
ApplicationRuntimeException
- if the listener can not be created.java.util.Collection getListenerNames()
boolean canProvideListener(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |