NextApp Echo
1.0.5

nextapp.echo.text
Class TextComponent.DocumentHandler

java.lang.Object
  extended bynextapp.echo.text.TextComponent.DocumentHandler
All Implemented Interfaces:
DocumentListener, java.util.EventListener, java.io.Serializable
Enclosing class:
TextComponent

private class TextComponent.DocumentHandler
extends java.lang.Object
implements DocumentListener, java.io.Serializable

A handler for document events.


Constructor Summary
private TextComponent.DocumentHandler()
           
 
Method Summary
 void documentUpdate(DocumentEvent e)
          Invoked when an document update occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextComponent.DocumentHandler

private TextComponent.DocumentHandler()
Method Detail

documentUpdate

public void documentUpdate(DocumentEvent e)
Description copied from interface: DocumentListener
Invoked when an document update occurs.

Specified by:
documentUpdate in interface DocumentListener
Parameters:
e - The event describing the update.
See Also:
DocumentListener.documentUpdate(DocumentEvent)

NextApp Echo
1.0.5