NextApp Echo2
v2.1.0

nextapp.echo2.app.event
Class DocumentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by nextapp.echo2.app.event.DocumentEvent
All Implemented Interfaces:
java.io.Serializable

public class DocumentEvent
extends java.util.EventObject

An event indicating a modification of a document.

See Also:
Document, DocumentListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DocumentEvent(Document source)
          Creates a new DocumentEvent.
 
Method Summary
 
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(Document source)
Creates a new DocumentEvent.

Parameters:
source - the object from which the event originated

NextApp Echo2
v2.1.0