T - type of setup valueU - type of return valueV - type of action targetpublic interface ActionParameterHook<T,U,V>
| Modifier and Type | Method and Description |
|---|---|
U |
getActionReturnValue(U providedReturnValue,
DialogController actionInvoker,
V actionTarget)
Get the return value from the action.
|
T |
getSetupValue(T providedSetupValue,
DialogController actionInvoker,
V actionTarget)
Get the setup value that will be used to setup the action target.
|
T getSetupValue(T providedSetupValue, DialogController actionInvoker, V actionTarget)
Note: The providedSetupValue parameter might be
null.
providedSetupValue - the setup valueactionInvoker - the dialog that invokes the actionactionTarget - the action targetU getActionReturnValue(U providedReturnValue, DialogController actionInvoker, V actionTarget)
Note: The providedReturnValue parameter might be
null.
providedReturnValue - the return valueactionInvoker - the dialog that invoked the actionactionTarget - the action targetCopyright © 2006–2017 Esito AS. All rights reserved.