Package com.storedobject.ui.tools
Class ManageApplication
java.lang.Object
com.storedobject.ui.tools.ManageApplication
- All Implemented Interfaces:
Executable
,Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
The functional interface method specified by this interface.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
ManageApplication
public ManageApplication()
-
-
Method Details
-
execute
public void execute()Description copied from interface:Executable
The functional interface method specified by this interface.- Specified by:
execute
in interfaceExecutable
-