org.apache.batik.dom.events
Class DOMEvent

java.lang.Object
  |
  +--org.apache.batik.dom.events.AbstractEvent
        |
        +--org.apache.batik.dom.events.DOMEvent
All Implemented Interfaces:
Event

public class DOMEvent
extends AbstractEvent

A simple event.


Fields inherited from class org.apache.batik.dom.events.AbstractEvent
cancelable, currentTarget, eventPhase, isBubbling, preventDefault, stopPropagation, target, timeStamp, type
 
Fields inherited from interface org.w3c.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
 
Constructor Summary
DOMEvent()
           
 
Methods inherited from class org.apache.batik.dom.events.AbstractEvent
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMEvent

public DOMEvent()


Copyright © 2002 Apache Software Foundation. All Rights Reserved.