| Package | Description |
|---|---|
| org.jrebirth.af.api.command |
Provides API for Command components.
|
| 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 | Interface and Description |
|---|---|
interface |
CommandBean<WB extends WaveBean>
The interface Command is used to run atomic and reusable action.
|
interface |
MultiCommand<WB extends WaveBean>
The class MultiCommand.
|
| Modifier and Type | Method and Description |
|---|---|
WaveBean |
Command.getWaveBean(Wave wave)
Get the wave bean and cast it.
|
| Modifier and Type | Method and Description |
|---|---|
<WB extends WaveBean> |
Component.sendWave(WaveType waveType,
WB waveBean)
Send a wave to the notifier.
|
| Modifier and Type | Method and Description |
|---|---|
<WB extends WaveBean> |
CommandReady.callCommand(Class<? extends CommandBean<WB>> commandClass,
WB waveBean)
Send a wave used to call a command.
|
| Modifier and Type | Method and Description |
|---|---|
<WB extends WaveBean> |
Wave.waveBean(Class<WB> waveBeanClass)
Return the wave bean used to wrap wave properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<WaveBean> |
Wave.waveBeanList()
Return all wave bean carried by this wave.
|
| Modifier and Type | Method and Description |
|---|---|
Wave |
Wave.waveBean(WaveBean waveBean)
Link a wave bean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Wave.hasWaveBean(Class<? extends WaveBean> waveBeanClass)
.
|
Wave |
Wave.waveBeanList(List<WaveBean> waveBeanList)
Add several WaveBean in a row.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.