Package group24.escaperoom.data
Class EditorEventBus
java.lang.Object
group24.escaperoom.data.EditorEventBus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddListener(EditorEventBus.EditorEventListener listener, EditorEventBus.EditorEventFilter filter) static voidpost(EditorEvent event) void
-
Constructor Details
-
EditorEventBus
public EditorEventBus()
-
-
Method Details
-
addListener
-
addListener
public void addListener(EditorEventBus.EditorEventListener listener, EditorEventBus.EditorEventFilter filter) -
removeListener
-
post
-