public abstract class Action<T> extends java.lang.Object
Action()
abstract java.lang.String
actionName()
abstract T
execute()
T
perform()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Action()
public abstract T execute()
public abstract java.lang.String actionName()
public T perform()