Package com.jme3.view.surfaceview
Interface OnRendererCompleted
public interface OnRendererCompleted
An interface used for invoking an event when the user delay finishes, on the first update of the game.
- 
Method SummaryModifier and TypeMethodDescriptionvoidonRenderCompletion(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.
- 
Method Details- 
onRenderCompletionInvoked when the user delay finishes, on the first update of the game, the event is dispatched on the enclosing Activity context thread.- Parameters:
- application- the current jme game instance.
- appSettings- the current window settings of the running jme game.
- See Also:
 
 
-