NextApp Echo2
v2.1.0

nextapp.echo2.app.event
Interface DocumentListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface DocumentListener
extends java.util.EventListener, java.io.Serializable

The listener interface for receiving document events.

See Also:
Document, DocumentEvent

Method Summary
 void documentUpdate(DocumentEvent e)
          Invoked when an document update occurs.
 

Method Detail

documentUpdate

void documentUpdate(DocumentEvent e)
Invoked when an document update occurs.

Parameters:
e - an event describing the update

NextApp Echo2
v2.1.0