| Package | Description |
|---|---|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.concurrent |
Provides...
|
| org.jrebirth.af.core.link |
Provides...
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandRunnable.runInto()
Run task and allow to throw a JRebirthException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRebirthThread.bootUp()
Attach the first view and run pre and post command.
|
static void |
JRebirth.checkJAT()
Check if the current code is executed into the JavaFX Application Thread otherwise throws an exception.
|
static void |
JRebirth.checkJIT()
Check if the current code is executed into the JRebirthThread otherwise throws an exception.
|
static void |
JRebirth.checkJTPSlot()
Check if the current code is executed into one slot of the JRebirth Thread Pool otherwise throws an exception.
|
protected abstract void |
AbstractJrbRunnable.runInto()
Run task and allow to throw a JRebirthException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.listen(WaveReady<?> linkedObject,
WaveChecker waveChecker,
Method method,
WaveType... waveTypes)
Start to listen a defined type of wave.
|
void |
NotifierBase.listen(WaveReady<?> 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 |
NotifierBase.sendWave(Wave wave)
Send wave to all facade.
|
void |
Notifier.unlisten(WaveReady<?> linkedObject,
WaveType... waveType)
Stop to listen a defined type of wave.
|
void |
NotifierBase.unlisten(WaveReady<?> linkedObject,
WaveType... waveTypes)
Stop to listen a defined type of wave.
|
void |
Notifier.unlistenAll(WaveReady<?> linkedObject)
Stop to listen all waveType listened by the component.
|
void |
NotifierBase.unlistenAll(WaveReady<?> linkedObject)
Stop to listen all waveType listened by the component.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.