| Package | Description |
|---|---|
| org.jrebirth.af.api.component.basic |
Provides base classes to create JRebirth EnhancedComponent.
|
| org.jrebirth.af.api.link |
Provides link classes.
|
| org.jrebirth.af.api.wave |
Provides classes used to send waves and perform them.
|
| Modifier and Type | Method and Description |
|---|---|
Wave |
Component.sendWave(WaveType waveType,
WaveData<?>... waveData)
Send a wave to the notifier.
|
| Modifier and Type | Method and Description |
|---|---|
Wave |
ModelReady.attachUi(Class<? extends Model> modelClass,
WaveData<?>... data)
Send a wave used to display an UI model.
|
Wave |
CommandReady.callCommand(Class<? extends Command> commandClass,
WaveData<?>... data)
Send a wave used to call a command.
|
Wave |
ServiceReady.returnData(Class<? extends Service> serviceClass,
WaveType waveType,
WaveData<?>... data)
Send a wave used to return data from a service.
|
| Modifier and Type | Method and Description |
|---|---|
<T> WaveData<T> |
Wave.getData(WaveItem<T> waveItem)
Retrieve a wave data object.
|
| Modifier and Type | Method and Description |
|---|---|
List<WaveData<?>> |
Wave.waveDatas()
Return all wave items sorted by order.
|
| Modifier and Type | Method and Description |
|---|---|
Wave |
Wave.addDatas(WaveData<?>... waveDatas)
Add a list of wave data.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.