public interface WaveHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Wave wave)
Check the wave if the wave checker is not null anf if it returns true.
|
Component<?> |
getWaveReady()
Gets the wave ready.
|
void |
handle(Wave wave)
Handle the wave into JAT for model component or into current thread for others.
|
boolean check(Wave wave)
wave - the wave to checkComponent<?> getWaveReady()
void handle(Wave wave) throws WaveException
wave - the wave to manageWaveException - if an error occurred while processing the waveCopyright © 2011–2018 JRebirth OSS. All rights reserved.