Uses of Interface
org.refcodes.command.Worker
-
-
Uses of Worker in org.refcodes.command
Methods in org.refcodes.command that return Worker Modifier and Type Method Description Worker<CTX,E>WorkerAccessor. getWorker()Retrieves the worker from the worker property.Methods in org.refcodes.command with parameters of type Worker Modifier and Type Method Description voidWorkerAccessor.WorkerMutator. setWorker(Worker<CTX,E> aCommand)Sets the worker for the worker property.BWorkerAccessor.WorkerBuilder. withWorker(Worker<CTX,E> aCommand)Sets the worker for the worker property.
-