public interface IMasterApplicationFactory
MasterApplication
s. This is intended to be used by OSGi DS to provide
a single, static MasterApplication
to render jME scenes.Modifier and Type | Method and Description |
---|---|
MasterApplication |
createApplication()
Creates and starts a new
MasterApplication . |
void |
disposeApplication(MasterApplication app)
Stops and disposes of the specified
MasterApplication . |
MasterApplication createApplication()
MasterApplication
. Ideally, thisMasterApplication
.void disposeApplication(MasterApplication app)
MasterApplication
.app
- The application to stop.