|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.dom.events.JRexEventTargetImpl
A class implementing org.w3c.dom.events.EventTarget interface.
EventTarget
Method Summary | |
void |
addEventListener(String type,
EventListener listener,
boolean useCapture)
|
boolean |
dispatchEvent(Event evt)
|
void |
dispose()
Function to explicitly disconnect from native DOM Object |
boolean |
equals(Object obj)
|
protected void |
finalize()
|
Node |
getNode()
Returns the node corresponding to the EventTarget. |
int |
hashCode()
|
void |
removeEventListener(String type,
EventListener listener,
boolean useCapture)
|
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Node getNode()
public void addEventListener(String type, EventListener listener, boolean useCapture)
addEventListener
in interface EventTarget
public void removeEventListener(String type, EventListener listener, boolean useCapture)
removeEventListener
in interface EventTarget
public boolean dispatchEvent(Event evt) throws EventException
dispatchEvent
in interface EventTarget
EventException
public boolean equals(Object obj)
public int hashCode()
protected void finalize() throws Throwable
Throwable
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |