| Package | Description |
|---|---|
| org.jrebirth.af.api.wave |
Provides classes used to send waves and perform them.
|
| Modifier and Type | Method and Description |
|---|---|
Wave.Status |
Wave.status() |
static Wave.Status |
Wave.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wave.Status[] |
Wave.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Wave.Status> |
Wave.statusProperty()
Return the status property to allow binding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveStatusChangeListener.changed(ObservableValue<? extends Wave.Status> observable,
Wave.Status oldValue,
Wave.Status newValue) |
Wave |
Wave.status(Wave.Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
WaveStatusChangeListener.changed(ObservableValue<? extends Wave.Status> observable,
Wave.Status oldValue,
Wave.Status newValue) |
Copyright © 2011–2015 JRebirth OSS. All rights reserved.