Class Executor

java.lang.Object
com.storedobject.ui.Executor
All Implemented Interfaces:
Executable, Runnable
Direct Known Subclasses:
ObjectViewer

public abstract class Executor extends Object implements Executable
Represents an abstract base class for defining an executable component. The Executor class provides a structured framework for execution-related functionality by managing an associated Application instance. Subclasses are expected to define specific execution behavior. The Executor class implements the Executable interface, which signifies its ability to execute designated actions or processes.
Author:
Syam