public abstract class MvvmfxCdiApplication extends javafx.application.Application implements de.saxsys.mvvmfx.internal.MvvmfxApplication
| Constructor and Description |
|---|
MvvmfxCdiApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
This method is called when the javafx application is initialized.
|
void |
start(javafx.stage.Stage primaryStage)
This method is overridden to initialize the mvvmFX framework.
|
void |
stop()
This method is called when the application should stop.
|
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitMvvmfx, startMvvmfx, stopMvvmfxpublic final void start(javafx.stage.Stage primaryStage)
throws Exception
MvvmfxApplication.startMvvmfx(javafx.stage.Stage) method for your application entry point and startup code instead of this
method.start in class javafx.application.ApplicationExceptionpublic final void init()
throws Exception
Application.init() for more details.
Unlike the original init method in Application this method contains logic to
initialize the CDI container. For this reason this method is now final to prevent unintended overriding.
* Please use MvvmfxApplication.initMvvmfx() for you own initialization logic.init in class javafx.application.ApplicationExceptionpublic final void stop()
throws Exception
Application.stop() for
more details.
Unlike the original stop method in Application this method contains logic to release
resources managed by the CDI container. For this reason this method is now final to prevent unintended overriding.
* Please use MvvmfxApplication.stopMvvmfx() ()} for you own initialization logic.stop in class javafx.application.ApplicationExceptionCopyright © 2019 Saxonia Systems AG. All rights reserved.