de.ispsoft.jaxme
Class JMManagerImpl.MyObserver

java.lang.Object
  extended byde.ispsoft.jaxme.JMManagerImpl.MyObserver
All Implemented Interfaces:
Observer
Enclosing class:
JMManagerImpl

protected class JMManagerImpl.MyObserver
extends java.lang.Object
implements Observer


Field Summary
 java.util.List resultList
           
 
Constructor Summary
JMManagerImpl.MyObserver()
           
 
Method Summary
 void notify(java.lang.Object o)
          Notifies the observer that an event happened on the notified object.
 void setMaxResultSize(int pMaxResultSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resultList

public java.util.List resultList
Constructor Detail

JMManagerImpl.MyObserver

public JMManagerImpl.MyObserver()
Method Detail

notify

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

Specified by:
notify in interface Observer
Throws:
org.xml.sax.SAXException

setMaxResultSize

public void setMaxResultSize(int pMaxResultSize)