org.enhydra.apache.xerces.dom
Class DocumentImpl.LEntry
java.lang.Object
|
+--org.enhydra.apache.xerces.dom.DocumentImpl.LEntry
- Enclosing class:
- DocumentImpl
- class DocumentImpl.LEntry
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
String type
listener
EventListener listener
useCapture
boolean useCapture
DocumentImpl.LEntry
DocumentImpl.LEntry(String type,
EventListener listener,
boolean useCapture)
- NON-DOM INTERNAL: Constructor for Listener list Entry
- Parameters:
type
- Event name (NOT event group!) to listen for.listener
- Who gets called when event is dispatcheduseCaptue
- True iff listener is registered on
capturing phase rather than at-target or bubbling
Copyright © 1999 The Apache Software Foundation. All Rights reserved.