| Modifier and Type | Method and Description |
|---|---|
Worker.Status |
WorkerStatusChangeEvent.getFrom() |
Worker.Status |
Worker.getStatus() |
Worker.Status |
WorkerStatusChangeEvent.getTo() |
static Worker.Status |
Worker.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Worker.Status[] |
Worker.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Worker.changeStatus(Worker.Status newStatus) |
| Constructor and Description |
|---|
WorkerStatusChangeEvent(Worker source,
Worker.Status from,
Worker.Status to) |
Copyright © 2021 Open Foris. All rights reserved.