| Package | Description |
|---|---|
| xyz.cofe.common | |
| xyz.cofe.http.web |
| Modifier and Type | Field and Description |
|---|---|
State |
StateChangedEvent.newState |
State |
StateChangedEvent.oldState |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StateChangedEvent(SOURCE source,
State oldstate,
State newstate) |
| Modifier and Type | Field and Description |
|---|---|
protected State |
SiteScanner.state |
| Modifier and Type | Method and Description |
|---|---|
State |
SiteScanner.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteScanner.setState(State state) |
Copyright © 2017. All rights reserved.