org.apache.batik.util
Interface DocumentListener

All Known Implementing Classes:
JSVGApplet, ViewerFrame, ViewerFrame.AboutAction

public interface DocumentListener

Interface for classes which listen to DocumentEvents.


Method Summary
 void processDocumentEvent(DocumentEvent e)
          Take action on receipt of a DocumentEvent.
 

Method Detail

processDocumentEvent

public void processDocumentEvent(DocumentEvent e)
Take action on receipt of a DocumentEvent.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.