Class ActionRunnable<Response>

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class ActionRunnable<Response>
    extends AbstractRunnable
    Base class for Runnables that need to call ActionListener.onFailure(Exception) in case an uncaught exception or error is thrown while the actual action is run.