com.sptci.echo2
Class Confirmation.Executor<S>
java.lang.Object
com.sptci.echo2.Executor<S>
com.sptci.echo2.Confirmation.Executor<S>
- Enclosing class:
- Confirmation
Deprecated. Use Executor instead.
@Deprecated
public static class Confirmation.Executor<S>
- extends Executor<S>
The executor used to execute the desired action after user
confirmation. You must use the Executor.addParameter(java.lang.Class, java.lang.Object) method
if the method you specified requires parameters.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Confirmation.Executor
@Deprecated
public Confirmation.Executor(S source,
String methodName)
- Deprecated. Use
Executor instead.
- Create a new instance of the class with the specified parameters
- Parameters:
source - The Executor.source to set.methodName - The Executor.methodName to set.