| Modifier and Type | Method and Description |
|---|---|
BackgroundJobInfo.State |
JobEvent.getNewState() |
BackgroundJobInfo.State |
JobEvent.getOldState() |
BackgroundJobInfo.State |
BackgroundJobStatusDecorator.getState() |
BackgroundJobInfo.State |
BackgroundJobInfo.getState() |
static BackgroundJobInfo.State |
BackgroundJobInfo.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundJobInfo.State[] |
BackgroundJobInfo.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JobEvent(BackgroundJobInfo source,
BackgroundJobInfo.State oldState,
BackgroundJobInfo.State newState) |
Copyright © 2018. All Rights Reserved.