Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.event
Class DocumentEvent

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.event.Event
      extended by ag.ion.bion.officelayer.internal.event.DocumentEvent
All Implemented Interfaces:
IDocumentEvent, IEvent

public class DocumentEvent
extends Event
implements IDocumentEvent

Document event.


Constructor Summary
DocumentEvent(com.sun.star.document.EventObject eventOject)
          Constructs new DocumentEvent.
 
Method Summary
 IDocument getDocument()
          Returns the document of the event.
 
Methods inherited from class ag.ion.bion.officelayer.internal.event.Event
getSourceObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ag.ion.bion.officelayer.event.IEvent
getSourceObject
 

Constructor Detail

DocumentEvent

public DocumentEvent(com.sun.star.document.EventObject eventOject)
              throws java.lang.IllegalArgumentException
Constructs new DocumentEvent.

Parameters:
eventOject - OpenOffice.org EventObject to be used
Throws:
java.lang.IllegalArgumentException - if the submitted OpenOffice.org event object is not valid
Method Detail

getDocument

public IDocument getDocument()
Returns the document of the event.

Specified by:
getDocument in interface IDocumentEvent
Returns:
the document of the event

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013