@Service(value=SwingApplication.class) public class SwingApplication extends Application
Constructor and Description |
---|
SwingApplication() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called at the beginning of the destroy phase on the Application Thread.
|
Platform |
getPlatform()
Return the
Platform implemented by this Application . |
void |
init()
Called at the end of the initialisation phase.
|
protected void |
init(ApplicationService applicationService) |
start, stop
protected void init(ApplicationService applicationService)
public Platform getPlatform()
Application
Platform
implemented by this Application
.getPlatform
in class Application
public void init()
Application
init
in class Application
public void destroy()
Application
destroy
in class Application
Copyright © 2017. All rights reserved.