Package com.teamdev.jxbrowser.event

Interface Summary
ContextMenuListener Uses to listen contex menu (usually popup menu) requests.
HistoryChangeListener Uses to listen changes in browser navigation history
RequestListener Listener for receiving various events associated with the loading of asynchronous requests.
StatusChangeListener Uses to listen broowser status sting changes
TitleChangeListener Uses to listen page title changes
 

Class Summary
ContextMenuEvent Indicate context menu request
HistoryChangeEvent Indicate navigation history change
LocationEvent  
ProgressEvent An event indicating that progress has been made in loading current document.
RequestAdapter Convenience class for implementing progress listeners.
RequestEvent Base class of request events hierarchy
SecurityEvent Indicates that security status has changed.
StateEvent Indicates that browser state has changed.
StatusChangeEvent Indicate state when browser change it's status message
StatusEvent Notification that the status of a request has changed.
TitleChangeEvent Indicate state where page titlechanges
WebBrowserEvent