| Package | Description |
|---|---|
| io.atomix.core.value |
Atomic value primitive.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueEvent.Type |
ValueEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueEvent.Type[] |
ValueEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValueEvent(ValueEvent.Type type,
V newValue,
V oldValue)
Creates a new event object.
|
Copyright © 2013–2018. All rights reserved.