SPT Core API

com.sptci.echo2
Class Confirmation.Executor<S>

java.lang.Object
  extended by com.sptci.echo2.Executor<S>
      extended by 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.


Constructor Summary
Confirmation.Executor(S source, String methodName)
          Deprecated. Use Executor instead.
 
Method Summary
 
Methods inherited from class com.sptci.echo2.Executor
addParameter, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

SPT Core API