public class GuiEventHandler extends Object implements javafx.fxml.Initializable
Constructor and Description |
---|
GuiEventHandler()
The constructor
|
GuiEventHandler(GUI newGui)
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(URL arg0,
ResourceBundle arg1) |
void |
setGui(GUI newGui)
this method sets a GUI
|
public GuiEventHandler()
public GuiEventHandler(GUI newGui)
newGui
- the GUI that should handledpublic void setGui(GUI newGui)
newGui
- the GUI that should handledpublic void initialize(URL arg0, ResourceBundle arg1)
initialize
in interface javafx.fxml.Initializable
Copyright © 2017 smarTen. All rights reserved.