|
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 BrowserCoreListener
A listener for changes in the core of the browser.
| Method Summary | |
|---|---|
void |
browserDisposed()
The browser has been disposed, all resources may be freed. |
void |
browserInitialized(VRMLScene scene)
The browser has been initialised with new content. |
void |
browserShutdown()
The browser has been shut down and the previous content is no longer valid. |
void |
urlLoadFailed(java.lang.String msg)
The tried to load a URL and failed. |
| Method Detail |
|---|
void browserInitialized(VRMLScene scene)
scene - The scene of the new contentvoid urlLoadFailed(java.lang.String msg)
msg - An error message to go with the failurevoid browserShutdown()
void browserDisposed()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||