|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Xj3DStatusListener
Listener for basic status information from the browser internals.
Status information is not the same as messages that are reported using the error reporter interface. These are for simple single-line messages.
| Method Summary | |
|---|---|
void |
progressUpdate(java.lang.String id,
java.lang.String msg,
float perc)
Notification of a progress update. |
void |
updateFramesPerSecond(float fps)
Notification that the calculated frames per second has changed to this new value. |
void |
updateStatusMessage(java.lang.String msg)
Notification that a single line status message has changed to the new string. |
| Method Detail |
|---|
void updateStatusMessage(java.lang.String msg)
msg - The new message string to display for the statusvoid updateFramesPerSecond(float fps)
void progressUpdate(java.lang.String id,
java.lang.String msg,
float perc)
id - A unique ID string for the given itemmsg - A message to accompany the updateperc - A percentage from 0-100 of the progress completion
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||