| Package | Description |
|---|---|
| org.jrebirth.af.core.link |
Provides...
|
| org.jrebirth.af.core.wave |
Provides all Wave related classes.
|
| Modifier and Type | Method and Description |
|---|---|
private Wave |
AbstractWaveReady.createWave(WaveGroup waveGroup,
WaveType waveType,
Class<?> relatedClass,
WaveBean waveBean)
Build a wave object with its dedicated WaveBean.
|
private Wave |
AbstractWaveReady.createWave(WaveGroup waveGroup,
WaveType waveType,
Class<?> relatedClass,
WaveData<?>... waveData)
Build a wave object.
|
| Modifier and Type | Field and Description |
|---|---|
private WaveGroup |
WaveBase.waveGroup
The group of the wave used to dispatch the right event.
|
private WaveGroup |
WaveBuilder.waveGroup
The wave group of the wave to build.
|
| Modifier and Type | Method and Description |
|---|---|
WaveGroup |
WaveBase.getWaveGroup() |
WaveGroup |
Wave.getWaveGroup() |
static WaveGroup |
WaveGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaveGroup[] |
WaveGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveBase.setWaveGroup(WaveGroup waveGroup) |
void |
Wave.setWaveGroup(WaveGroup waveGroup) |
B |
WaveBuilder.waveGroup(WaveGroup waveGroup)
Define the wave group.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.