public interface OnRendererCompleted
| Modifier and Type | Method and Description | 
|---|---|
void | 
onRenderCompletion(LegacyApplication application,
                  AppSettings appSettings)
Invoked when the user delay finishes, on the first update of the game, the event is dispatched on the
 enclosing Activity context thread. 
 | 
void onRenderCompletion(LegacyApplication application, AppSettings appSettings)
application - the current jme game instance.appSettings - the current window settings of the running jme game.JmeSurfaceView.update()