Interface Deferred

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute()
      Implement this method to define the action which should be executed after a certain period of time.
    • Method Detail

      • execute

        void execute()
              throws Exception
        Implement this method to define the action which should be executed after a certain period of time.
        Throws:
        Exception - in case your custom code throws checked exceptions. Such exceptions will be wrapped into RuntimeExceptions and rethrown.