Package gaia.cu9.ari.gaiaorbit.interfce
Class CustomInterface
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.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()
void
notify(Events event, java.lang.Object... data)
void
reAddObjects()
-
-
-
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
-
-