|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.mozilla.webclient.WebclientEvent
public class WebclientEvent
Base event class for browser specific events coming from the browser.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WebclientEvent(java.lang.Object source,
long newType,
java.lang.Object newEventData)
Construct a new instance with the given source,
type, and eventData. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getEventData()
Return the event data for this event. |
long |
getType()
Return the type of this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebclientEvent(java.lang.Object source,
long newType,
java.lang.Object newEventData)
Construct a new instance with the given source,
type, and eventData. This method is
typically not called by user code.
source - the source of the event, passed to
super. Depends on the WebclientEventListener sub-interface.newType - the eventType. Depends on the WebclientEventListener sub-interface.newEventData - the eventType. Depends on the WebclientEventListener sub-interface.| Method Detail |
|---|
public long getType()
Return the type of this event. Depends on the WebclientEventListener sub-interface.
public java.lang.Object getEventData()
Return the event data for this event. Depends on the WebclientEventListener sub-interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||