Interface Executable


  • public interface Executable
    Something we want to perform with protection to time it out.
    • Method Detail

      • execute

        void execute()
        Perform the action
      • timedOut

        void timedOut()
        Called when the timeout period is exceeded.