de.ispsoft.jaxme
Interface Observer

All Known Implementing Classes:
JMManagerImpl.MyObserver

public interface Observer

A simple interface for notification.

Author:
Jochen Wiedmann

Method Summary
 void notify(java.lang.Object o)
          Notifies the observer that an event happened on the notified object.
 

Method Detail

notify

public void notify(java.lang.Object o)
            throws org.xml.sax.SAXException
Notifies the observer that an event happened on the notified object.

Throws:
org.xml.sax.SAXException