Package vrml.eai.event
Interface BrowserListener
public interface BrowserListener
Listener interface for classes wishing to know about changes in the browser
- Version:
- 1.0 7th March 1998
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Process an event that has occurred in the VRML browser.
-
Method Details
-
browserChanged
Process an event that has occurred in the VRML browser.- Parameters:
evt
- The event that caused this method to be called
-