com.levigo.jadice.document
Class AbstractDocumentEvent

java.lang.Object
  extended by com.levigo.jadice.document.AbstractDocumentEvent
Direct Known Subclasses:
AbstractPageEvent

public abstract class AbstractDocumentEvent
extends Object

AbstractDocumentEvent is the abstract root class for document events. For specific document events this class could be subclassed.


Constructor Summary
AbstractDocumentEvent(Document doc)
          Constructor
 
Method Summary
 Document getDocument()
          Returns the document which is the source of this event.
 void setDocument(Document document)
          Sets the document which originates this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDocumentEvent

public AbstractDocumentEvent(Document doc)
Constructor

Parameters:
doc - the document the event is originated from
Method Detail

getDocument

public Document getDocument()
Returns the document which is the source of this event.

Returns:
a reference to the document which originates this event

setDocument

public void setDocument(Document document)
Sets the document which originates this event.

Parameters:
document - the document


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.