Interface IExecutable


public interface IExecutable
Interface for objects that can be executed. Similar to interface Runnable with the difference that a short-stepped interruptable execution is assumed here.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Execute the executable.
  • Method Details

    • execute

      boolean execute()
      Execute the executable.
      Returns:
      True, if the object wants to be executed again.