de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Class Event

java.lang.Object
  extended by de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
Direct Known Subclasses:
CharactersEvent, EndElementEvent, EndOfInputEvent, IgnorableCharactersEvent, StartElementEvent

public abstract class Event
extends Object

Abstrakte Basisklasse für Ereignis-Objekte, die vom SaxPullAdapter geliefert werden.

Author:
Kappich Systemberatung

Constructor Summary
Event(EventType type)
           
 
Method Summary
 EventType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event(EventType type)
Method Detail

getType

public EventType getType()

toString

public String toString()
Overrides:
toString in class Object