|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.guiutils.browser.BrowserEvent
public class BrowserEvent
Base class for browser-related events.
Constructor Summary | |
---|---|
BrowserEvent(String viewID,
int eventType,
Object eventParam)
Constructor |
Method Summary | |
---|---|
Object |
getEventParam()
Returns the data associated with the event |
int |
getEventType()
Returns the type of the event. |
String |
getViewID()
Returns the viewID of the WebBrowserView that generated the event. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BrowserEvent(String viewID, int eventType, Object eventParam)
viewID
- ID of the WebBrowserView that generated the eventeventType
- type of the eventeventParam
- data associated with the eventMethod Detail |
---|
public String getViewID()
public int getEventType()
public Object getEventParam()
public String toString()
toString
in class Object
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |