| Package | Description |
|---|---|
| org.jrebirth.af.api.component.basic |
Provides base classes to create JRebirth EnhancedComponent.
|
| org.jrebirth.af.api.link |
Provides link classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.listen(WaveChecker waveChecker,
Method method,
WaveType... waveType)
Begin to listen the type of wave for the current component.
|
void |
Component.listen(WaveChecker waveChecker,
WaveType... waveType)
Begin to listen the type of wave for the current component.
|
| 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.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.