Interface Executable


  • public interface Executable
    Defines an object which does the work of a task without any further user or environment interaction.
    Since:
    19 Aug 2005
    Author:
    Mark Taylor
    • Method Detail

      • execute

        void execute()
              throws TaskException,
                     java.io.IOException
        Performs the work defined by this object.
        Throws:
        TaskException
        java.io.IOException