Interface ecrion.ultrascale.IServerNotificationEvents

Top Previous Topic Next Topic  Print this topic

The IServerNotificationEvents is an interface that one can implement in order to retrieve various information from server during the rendering process, like log and progress.

 

Methods

 

Name

Description

OnLogMessage

Method called when a log message is issued by the server.

OnProgress

Method called when a progress event is issued by the server.

 

 

OnLogMessage

 

Method called when a log message is issued by the server.

 

 

       void OnLogMessage(java.lang.String message)

                       

 

Parameters

 

message

       The log message.

 

 

OnProgress

 

Method called when a progress event is issued by the server.

 

 

       void OnProgress(float progress)

 

 

 

Parameters

 

progress

       The progress of the current rendering operation. It can have values between "0" and "1".