com.teamdev.jxbrowser.events
Class BrowserEvent

java.lang.Object
  extended by com.teamdev.jxbrowser.events.BrowserEvent
Direct Known Subclasses:
ContextMenuEvent, DisposeEvent, HistoryChangeEvent, NavigationEvent, PrintEvent, ProgressChangedEvent, StatusChangedEvent, TitleChangedEvent

public abstract class BrowserEvent
extends java.lang.Object

The base event object for all browser events.


Method Summary
 Browser getBrowser()
          The browser instance on which the event is initially occurred.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBrowser

public Browser getBrowser()
The browser instance on which the event is initially occurred.

Returns:
a browser instance on which the event is initially occurred.