Package org.openjdk.jmc.common.action
Interface Executable
- All Known Subinterfaces:
IUserAction
public interface Executable
An interface for objects that can be executed. This is very similar to the
Runnable
interface but the execute method in this interface may throw exceptions.-
Method Summary
-
Method Details
-
execute
Run this executable. LikeRunnable.run()
but may throw an exception.- Throws:
Exception
-