org.mozilla.jrex.dom.events
Class JRexDocumentEventImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.events.JRexDocumentEventImpl
All Implemented Interfaces:
DocumentEvent

public class JRexDocumentEventImpl
extends Object
implements DocumentEvent

A class implementing org.w3c.dom.events.DocumentEvent interface.

Version:
1.0
Author:
C.N.Medappa
See Also:
DocumentEvent

Method Summary
 Event createEvent(String eventType)
           
 void dispose()
          Function to explicitly disconnect from native DOM Object
 boolean equals(Object obj)
           
protected  void finalize()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createEvent

public Event createEvent(String eventType)
                                     throws DOMException
Specified by:
createEvent in interface DocumentEvent
Throws:
DOMException

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable

dispose

public void dispose()
Function to explicitly disconnect from native DOM Object



Copyright © 2004 C.N.Medappa. All Rights Reserved.