|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListenerMethodInvoker
An object, used by a ListenerMap, to
match requests (possibly with service parameters) to methods (possibly with
arguments). Given a request, a (possibly null or empty) array of service
parameters, and a target object (and its set of public void methods), the
mapping will search for the mostly likely mapping. In order:
| Method Summary | |
|---|---|
String |
getMethodName()
The actual method name that this listener represents. |
void |
invokeListenerMethod(Object target,
IRequestCycle cycle)
Called to invoke the bound listener method. |
| Method Detail |
|---|
void invokeListenerMethod(Object target,
IRequestCycle cycle)
target - The object to call the listener method on.cycle - The associated request.String getMethodName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||