ISceneEventHandler@Component @Lazy @DependentInitialisation(ch.sahits.game.openpatrician.model.initialisation.StartNewGameBean.class) public class ArmorySceneEventHandler extends java.lang.Object implements ISceneEventHandler
| Constructor | Description |
|---|---|
ArmorySceneEventHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.property.ObjectProperty<EScene> |
currentSceneProperty() |
Representing the current scene.
|
void |
handleEvent(java.lang.Object eventNotice) |
Handle the event
|
void |
setDialogContoller(IDialogContoller dialogContoller) |
Set up the dialog controller, which defines the callback methods
|
public javafx.beans.property.ObjectProperty<EScene> currentSceneProperty()
ISceneEventHandlercurrentSceneProperty in interface ISceneEventHandlerpublic void setDialogContoller(IDialogContoller dialogContoller)
ISceneEventHandlersetDialogContoller in interface ISceneEventHandlerdialogContoller - inject the dialog controllerpublic void handleEvent(java.lang.Object eventNotice)
ISceneEventHandlerhandleEvent in interface ISceneEventHandlereventNotice - handle an eventCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.