public abstract class MvvmfxGuiceApplication
extends com.cathive.fx.guice.GuiceApplication
| Constructor and Description |
|---|
MvvmfxGuiceApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(List<com.google.inject.Module> modules) |
abstract void |
initGuiceModules(List<com.google.inject.Module> modules)
Configure the guice modules.
|
void |
start(javafx.stage.Stage stage)
This method is overridden to initialize the mvvmFX framework.
|
abstract void |
startMvvmfx(javafx.stage.Stage stage)
Override this method with your application startup logic.
|
createInjector, getInjector, initpublic final void init(List<com.google.inject.Module> modules) throws Exception
init in class com.cathive.fx.guice.GuiceApplicationExceptionpublic final void start(javafx.stage.Stage stage)
throws Exception
start in class javafx.application.ApplicationExceptionpublic abstract void startMvvmfx(javafx.stage.Stage stage)
throws Exception
Application.start(javafx.stage.Stage).ExceptionCopyright © 2014 Saxonia Systems AG. All rights reserved.