Package app.controllers
Interface Controller
- All Known Implementing Classes:
EditorController,FiletreeController,MenubarController,ModelineController
public interface Controller
Interface describing a JavaFX controller that contains an EventBus
-
Method Summary
Modifier and Type Method Description voidsetEventBus(com.google.common.eventbus.EventBus eventBus)Registers the main EventBus into the controller.
-
Method Details
-
setEventBus
void setEventBus(com.google.common.eventbus.EventBus eventBus)Registers the main EventBus into the controller.- Parameters:
eventBus-
-