public interface EditorWaves
| Modifier and Type | Field and Description |
|---|---|
static org.jrebirth.af.api.wave.contract.WaveType |
DO_NEXT
Trigger a Next wave.
|
static org.jrebirth.af.api.wave.contract.WaveType |
DO_PLAY
Trigger a Play wave.
|
static org.jrebirth.af.api.wave.contract.WaveType |
DO_PREVIOUS
Trigger a Previous wave.
|
static org.jrebirth.af.api.wave.contract.WaveType |
DO_SELECT_EVENT
Wave used to display info into the properties view.
|
static String |
DO_SELECT_EVENT_ACTION
The WaveType key usabe by OnWave annotation.
|
static org.jrebirth.af.api.wave.contract.WaveType |
DO_STOP
Trigger a Stop wave.
|
static org.jrebirth.af.api.wave.contract.WaveType |
DO_UNLOAD
Trigger a Unload wave.
|
static WaveItemBase<org.jrebirth.af.api.facade.JRebirthEvent> |
EVENT
An event unserialized.
|
static WaveItemBase<List<org.jrebirth.af.api.facade.JRebirthEvent>> |
EVENTS
The name of the events.
|
static WaveItemBase<File> |
EVENTS_FILE
The file containing all events serialized.
|
static org.jrebirth.af.api.wave.contract.WaveType |
RE_EVENT_PROCESSED
Wave type used to return the event currently processed.
|
static final org.jrebirth.af.api.wave.contract.WaveType DO_UNLOAD
static final org.jrebirth.af.api.wave.contract.WaveType DO_PLAY
static final org.jrebirth.af.api.wave.contract.WaveType DO_NEXT
static final org.jrebirth.af.api.wave.contract.WaveType DO_PREVIOUS
static final org.jrebirth.af.api.wave.contract.WaveType DO_STOP
static final String DO_SELECT_EVENT_ACTION
static final org.jrebirth.af.api.wave.contract.WaveType DO_SELECT_EVENT
static final org.jrebirth.af.api.wave.contract.WaveType RE_EVENT_PROCESSED
static final WaveItemBase<File> EVENTS_FILE
static final WaveItemBase<List<org.jrebirth.af.api.facade.JRebirthEvent>> EVENTS
static final WaveItemBase<org.jrebirth.af.api.facade.JRebirthEvent> EVENT
Copyright © 2011–2016 JRebirth OSS. All rights reserved.