Package util

Interface Executable


public interface Executable
Interface for an executable object.
Since:
2007.05.03
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Abort the execution.
    void
    Execute the object.
  • Method Details

    • exec

      void exec() throws Exception
      Execute the object.
      Throws:
      Exception - if a execution error occurs
      Since:
      2007.05.03 (Christian Borgelt)
    • abort

      void abort()
      Abort the execution.
      Since:
      2007.05.03 (Christian Borgelt)