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


Field Summary
(package private)  EventListener listener
           
(package private)  String type
           
(package private)  boolean useCapture
           
 
Constructor Summary
(package private) DocumentImpl.LEntry(String type, EventListener listener, boolean useCapture)
          NON-DOM INTERNAL: Constructor for Listener list Entry
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

String type

listener

EventListener listener

useCapture

boolean useCapture
Constructor Detail

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 dispatched
useCaptue - True iff listener is registered on capturing phase rather than at-target or bubbling


Copyright © 1999 The Apache Software Foundation. All Rights reserved.