Package util
Interface Executable
public interface Executable
Interface for an executable object.
- Since:
- 2007.05.03
-
Method Summary
-
Method Details
-
exec
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)
-