Package | Description |
---|---|
org.refcodes.command |
This package provides means to implement your custom commands as of the
command pattern:
"...
|
Modifier and Type | Method and Description |
---|---|
Worker<CTX,E> |
WorkerAccessor.getWorker()
Retrieves the worker from the worker property.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerAccessor.WorkerMutator.setWorker(Worker<CTX,E> aCommand)
Sets the worker for the worker property.
|
B |
WorkerAccessor.WorkerBuilder.withWorker(Worker<CTX,E> aCommand)
Sets the worker for the worker property.
|
Copyright © 2017. All rights reserved.