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

    Modifier and Type
    Method
    Description
    void
    Run this executable.