Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nextapp.echo.event
Class DocumentEvent  view DocumentEvent download DocumentEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended bynextapp.echo.event.DocumentEvent
All Implemented Interfaces:
java.io.Serializable

public class DocumentEvent
extends java.util.EventObject

An event indicating a modification of a document.


Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DocumentEvent(nextapp.echo.text.Document source)
          Creates a new DocumentEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentEvent

public DocumentEvent(nextapp.echo.text.Document source)
Creates a new DocumentEvent.