Interface Executable


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

    Modifier and Type
    Method
    Description
    void
    Perform the action
    void
    Called when the timeout period is exceeded.
  • Method Details

    • execute

      void execute()
      Perform the action
    • timedOut

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