org.apache.batik.dom.events
Class DOMEvent

java.lang.Object
  extended byorg.apache.batik.dom.events.AbstractEvent
      extended byorg.apache.batik.dom.events.DOMEvent
All Implemented Interfaces:
org.w3c.dom.events.Event

public class DOMEvent
extends AbstractEvent

A simple event.

Version:
$Id: DOMEvent.java,v 1.2 2003/08/08 11:38:59 vhardy Exp $
Author:
Stephane Hillion

Field Summary
 
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, getEventPreventDefault, 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()


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.