public abstract class Event extends java.lang.Object
Abstrakte Basisklasse für Ereignis-Objekte, die vom SaxPullAdapter geliefert werden.
Event(EventType type)
EventType
getType()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Event(EventType type)
public EventType getType()
public java.lang.String toString()
toString
java.lang.Object