|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.support.ServiceActionDelegate<E>
E - Type of the parameterpublic class ServiceActionDelegate<E>
Delegates the call to a service.
| Constructor Summary | |
|---|---|
ServiceActionDelegate()
|
|
| Method Summary | |
|---|---|
void |
call(ActionContext actionContext,
E parameter)
Calls the delegate |
boolean |
isUseActionContext()
|
void |
setMethodName(String methodName)
Sets the target method to call |
void |
setTarget(Object target)
Sets the target service to call |
void |
setUseActionContext(boolean useActionContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceActionDelegate()
| Method Detail |
|---|
public void call(ActionContext actionContext,
E parameter)
ActionDelegate
call in interface ActionDelegate<E>actionContext - Action contextparameter - Parameterpublic boolean isUseActionContext()
public void setMethodName(String methodName)
methodName - Method namepublic void setTarget(Object target)
target - Object to callpublic void setUseActionContext(boolean useActionContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||