Package org.apache.batik.dom.events

Provides an implementation of the DOM level 2 events module.

See:
          Description

Interface Summary
EventSupport.EventFactory This interface represents an event factory.
NodeEventTarget A Node that uses an EventSupport for its event registration and dispatch.
 

Class Summary
AbstractEvent The abstract Event root class.
DOMMouseEvent The MouseEvent class provides specific contextual information associated with Mouse events.
DOMMutationEvent The MutationEvent class provides specific contextual information associated with Mutation events.
DOMUIEvent The UIEvent class provides specific contextual information associated with User Interface events.
EventListenerList A simple list of EventListener.
EventSupport The class allows registration and removal of EventListeners on an NodeEventTarget and dispatch of events to that NodeEventTarget.
EventSupport.MouseEventFactory To create a mouse event.
EventSupport.MutationEventFactory To create a mutation event.
EventSupport.UIEventFactory To create a UI event.
 

Package org.apache.batik.dom.events Description

Provides an implementation of the DOM level 2 events module.

It is composed of utility classes independant from a given DOM core implementation.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.