| Package | Description |
|---|---|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.command.basic |
Provides basic commands for all kind of application.
|
| org.jrebirth.af.core.command.basic.showmodel |
Provides classes to manage Model related commands.
|
| org.jrebirth.af.core.service |
Provides base classes for JRebirth Service layer.
|
| org.jrebirth.af.core.wave |
Provides all Wave related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiCommand<WB extends WaveBean>
The class AbstractMultiCommand.
|
class |
DefaultMultiBeanCommand<WB extends WaveBean>
The class DefaultMultiBeanCommand.
|
class |
DefaultMultiCommand
The class DefaultMultiCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainServiceCommand
The class ChainServiceCommand.
|
class |
ChainWaveCommand
The class PrepareModelCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowFadingModelCommand
The Class ShowFadingModelCommand is used to show a model an then used a fading transition.
|
class |
ShowModelCommand
The class ShowModelCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTaskReturnWaveListener
The class ServiceTaskReturnWaveListener.
|
class |
ServiceTaskWaveListener
The class ServiceReturnWaveListener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWaveListener
The class DefaultWaveListener is the default empty implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private List<WaveListener> |
WaveBase.waveListeners
The list of wave Listener to warn when wave status changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaveBase.addWaveListener(WaveListener waveListener)
Add a wave listener.
|
void |
Wave.addWaveListener(WaveListener waveListener)
Add a wave listener.
|
void |
WaveBase.removeWaveListener(WaveListener waveListener)
Remove a wave listener.
|
void |
Wave.removeWaveListener(WaveListener waveListener)
Remove a wave listener.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.