Package uk.ac.starlink.task
Interface Executable
-
public interface ExecutableDefines an object which does the work of a task without any further user or environment interaction.- Since:
- 19 Aug 2005
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Performs the work defined by this object.
-
-
-
Method Detail
-
execute
void execute() throws TaskException, java.io.IOExceptionPerforms the work defined by this object.- Throws:
TaskExceptionjava.io.IOException
-
-