| Package | Description |
|---|---|
| xyz.cofe.http |
Поддержка функций работы с http
|
| 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)
Конструктор
|
Copyright © 2019. All rights reserved.