Package com.storedobject.ui.tools
Class Filler
java.lang.Object
com.storedobject.ui.tools.Filler
- 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
-
Filler
public Filler()
-
-
Method Details
-
execute
public void execute()Description copied from interface:Executable
The functional interface method specified by this interface.- Specified by:
execute
in interfaceExecutable
-