Package com.treasure.hunt.utils
Class EventBusUtils
- java.lang.Object
-
- com.treasure.hunt.utils.EventBusUtils
-
public class EventBusUtils extends java.lang.ObjectThis class provides the event buses.
-
-
Field Summary
Fields Modifier and Type Field Description static com.pploder.events.Event<GameManager>GAME_MANAGER_LOADED_EVENTstatic com.pploder.events.Event<GeometryItem<?>>GEOMETRY_ITEM_SELECTEDstatic com.pploder.events.Event<javafx.util.Pair<javafx.scene.Node,javafx.util.Pair<java.lang.Double,java.lang.Double>>>INNER_POP_UP_EVENTstatic com.pploder.events.Event<java.lang.Void>INNER_POP_UP_EVENT_CLOSEstatic com.pploder.events.Event<java.lang.String>LOG_LABEL_EVENTstatic com.pploder.events.Event<StatisticsWithIdsAndPath>STATISTICS_LOADED_EVENT
-
Constructor Summary
Constructors Constructor Description EventBusUtils()
-
-
-
Field Detail
-
GAME_MANAGER_LOADED_EVENT
public static final com.pploder.events.Event<GameManager> GAME_MANAGER_LOADED_EVENT
-
LOG_LABEL_EVENT
public static final com.pploder.events.Event<java.lang.String> LOG_LABEL_EVENT
-
STATISTICS_LOADED_EVENT
public static final com.pploder.events.Event<StatisticsWithIdsAndPath> STATISTICS_LOADED_EVENT
-
GEOMETRY_ITEM_SELECTED
public static final com.pploder.events.Event<GeometryItem<?>> GEOMETRY_ITEM_SELECTED
-
INNER_POP_UP_EVENT
public static final com.pploder.events.Event<javafx.util.Pair<javafx.scene.Node,javafx.util.Pair<java.lang.Double,java.lang.Double>>> INNER_POP_UP_EVENT
-
INNER_POP_UP_EVENT_CLOSE
public static final com.pploder.events.Event<java.lang.Void> INNER_POP_UP_EVENT_CLOSE
-
-