| Package | Description |
|---|---|
| org.jrebirth.af.api.link |
Provides link classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.listen(Component<?> linkedObject,
WaveChecker waveChecker,
Method method,
WaveType... waveTypes)
Start to listen a defined type of wave.
|
void |
Notifier.sendWave(Wave wave)
Send wave to all facade.
|
void |
Notifier.unlisten(Component<?> linkedObject,
WaveType... waveType)
Stop to listen a defined type of wave.
|
void |
Notifier.unlistenAll(Component<?> linkedObject)
Stop to listen all waveType listened by the component.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.