Package gaiasky.interafce
Class CustomInterface
- java.lang.Object
-
- gaiasky.interafce.CustomInterface
-
- All Implemented Interfaces:
IObserver
,IGuiInterface
public class CustomInterface extends java.lang.Object implements IObserver, IGuiInterface
Widget that displays custom objects on screen. Basically used for scripting.
-
-
Constructor Summary
Constructors Constructor Description CustomInterface(com.badlogic.gdx.scenes.scene2d.Stage ui, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, java.lang.Object lock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
boolean
isOn()
void
notify(Events event, java.lang.Object... data)
void
reAddObjects()
void
update()
-
-
-
Method Detail
-
reAddObjects
public void reAddObjects()
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceIGuiInterface
-
update
public void update()
- Specified by:
update
in interfaceIGuiInterface
-
isOn
public boolean isOn()
- Specified by:
isOn
in interfaceIGuiInterface
-
-