Class DelayedActionRunnable.AbstractAction

  • Enclosing class:
    DelayedActionRunnable

    public abstract static class DelayedActionRunnable.AbstractAction
    extends Object
    Ancestor for actions to be executed after a delay.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • AbstractAction

        protected AbstractAction​(DelayedActionRunnable owner)
        Initializes the action.
        Parameters:
        owner - the owning runnable
    • Method Detail

      • execute

        public abstract String execute()
        Executes the action.
        Returns:
        null if successful, otherwise error message