Package com.jme3.cinematic.events
Class GuiTrack
java.lang.Object
com.jme3.cinematic.events.AbstractCinematicEvent
com.jme3.cinematic.events.GuiTrack
- All Implemented Interfaces:
CinematicEvent
,Savable
Deprecated.
use GuiEvent instead
-
Field Summary
Modifier and TypeFieldDescriptionprotected de.lessvoid.nifty.Nifty
Deprecated.protected String
Deprecated.Fields inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
initialDuration, listeners, loopMode, playState, resuming, speed, time
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPause()
Deprecated.Implement this method with code that you want to execute when the event is paused.void
onPlay()
Deprecated.Implement this method with code that you want to execute when the event is started.void
onStop()
Deprecated.Implement this method with code that you want to execute when the event is stopped.void
onUpdate
(float tpf) Deprecated.Implement this method with the code that you want to execute on update (only called when the event is playing).void
read
(JmeImporter im) Deprecated.Used for serialization only.void
setNifty
(de.lessvoid.nifty.Nifty nifty) Deprecated.void
Deprecated.void
write
(JmeExporter ex) Deprecated.Used for serialization only.Methods inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
addListener, dispose, forceStop, getDuration, getInitialDuration, getLoopMode, getPlayState, getSpeed, getTime, initEvent, internalUpdate, pause, play, removeListener, setInitialDuration, setLoopMode, setSpeed, setTime, stop
-
Field Details
-
screen
Deprecated. -
nifty
protected de.lessvoid.nifty.Nifty niftyDeprecated.
-
-
Constructor Details
-
Method Details
-
onPlay
public void onPlay()Deprecated.Description copied from class:AbstractCinematicEvent
Implement this method with code that you want to execute when the event is started.- Specified by:
onPlay
in classAbstractCinematicEvent
-
onStop
public void onStop()Deprecated.Description copied from class:AbstractCinematicEvent
Implement this method with code that you want to execute when the event is stopped.- Specified by:
onStop
in classAbstractCinematicEvent
-
onPause
public void onPause()Deprecated.Description copied from class:AbstractCinematicEvent
Implement this method with code that you want to execute when the event is paused.- Specified by:
onPause
in classAbstractCinematicEvent
-
setNifty
public void setNifty(de.lessvoid.nifty.Nifty nifty) Deprecated. -
setScreen
Deprecated. -
onUpdate
public void onUpdate(float tpf) Deprecated.Description copied from class:AbstractCinematicEvent
Implement this method with the code that you want to execute on update (only called when the event is playing).- Specified by:
onUpdate
in classAbstractCinematicEvent
- Parameters:
tpf
- time per frame
-
write
Deprecated.Description copied from class:AbstractCinematicEvent
Used for serialization only.- Specified by:
write
in interfaceSavable
- Overrides:
write
in classAbstractCinematicEvent
- Parameters:
ex
- exporter- Throws:
IOException
- from the exporter
-
read
Deprecated.Description copied from class:AbstractCinematicEvent
Used for serialization only.- Specified by:
read
in interfaceSavable
- Overrides:
read
in classAbstractCinematicEvent
- Parameters:
im
- importer- Throws:
IOException
- from the importer
-