Class VaadinDelayedAction

  • All Implemented Interfaces:
    Runnable

    public abstract class VaadinDelayedAction
    extends DelayedAction
    DelayedAction for actions that are associated with a Vaadin appliction.
    • Constructor Detail

      • VaadinDelayedAction

        public VaadinDelayedAction​(TaskScheduler taskScheduler)
        Convenience constructor. Equivalent to:
        VaadinDelayedAction(taskScheduler, VaadinUtil.getCurrentSession())
        Parameters:
        taskScheduler - scheduler object
    • Method Detail

      • runInVaadin

        protected abstract void runInVaadin()
        Perform the action. This method will be invoked in the context of the configured VaadinSession.