org.mozilla.jrex.dom.events
Class JRexDocumentEventImpl

java.lang.Object
  |
  +--org.mozilla.jrex.dom.events.JRexDocumentEventImpl
All Implemented Interfaces:
org.w3c.dom.events.DocumentEvent

public class JRexDocumentEventImpl
extends Object
implements org.w3c.dom.events.DocumentEvent

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

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

Method Summary
 org.w3c.dom.events.Event createEvent(String eventType)
           
 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 org.w3c.dom.events.Event createEvent(String eventType)
                                     throws DOMException
Specified by:
createEvent in interface org.w3c.dom.events.DocumentEvent
DOMException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

finalize

protected void finalize()
Overrides:
finalize in class Object


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