Package edu.wpi.grip.preloader
Class GripPreloader
- java.lang.Object
-
- javafx.application.Application
-
- javafx.application.Preloader
-
- edu.wpi.grip.preloader.GripPreloader
-
public final class GripPreloader extends javafx.application.Preloader
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description GripPreloader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleApplicationNotification(javafx.application.Preloader.PreloaderNotification pn)
void
start(javafx.stage.Stage preloaderStage)
-
Methods inherited from class javafx.application.Preloader
handleErrorNotification, handleProgressNotification, handleStateChangeNotification
-
-
-
-
Method Detail
-
start
public void start(javafx.stage.Stage preloaderStage) throws java.io.IOException
- Specified by:
start
in classjavafx.application.Application
- Throws:
java.io.IOException
-
handleApplicationNotification
public void handleApplicationNotification(javafx.application.Preloader.PreloaderNotification pn)
- Overrides:
handleApplicationNotification
in classjavafx.application.Preloader
-
-