com.tensegrity.gui.document.event
Interface DocumentRootEvent

All Known Implementing Classes:
AbstractDocumentEvent

public interface DocumentRootEvent

The root class for all document events.

Version:
$Id: DocumentRootEvent.java,v 1.4 2003/03/19 13:36:53 sr Exp $
Author:
Stepan Rutz

Method Summary
 java.lang.String getDescription()
          Returns the description of the event.
 Document getDocument()
          Returns the document that caused the event.
 MDIComponent getMDIComponent()
          Returns the mdicomponent that caused the event.
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the event.

Returns:
String a String describing this event.

getMDIComponent

public MDIComponent getMDIComponent()
Returns the mdicomponent that caused the event.

Returns:
the mdicomponent that caused the event.

getDocument

public Document getDocument()
Returns the document that caused the event.

Returns:
the document that caused the event.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.