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 TerminateEvent

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

public class TerminateEvent
extends Event
implements ITerminateEvent

Terminate event.


Constructor Summary
TerminateEvent(com.sun.star.lang.EventObject eventOject)
          Constructs new TerminateEvent.
 
Method Summary
 boolean getVeto()
          Returns information whether the terminate event should be stopped.
 void setVeto(boolean veto)
          Sets veto information in order to stop the terminate 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

TerminateEvent

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

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

setVeto

public void setVeto(boolean veto)
Sets veto information in order to stop the terminate event.

Specified by:
setVeto in interface ITerminateEvent
Parameters:
veto - veto information

getVeto

public boolean getVeto()
Returns information whether the terminate event should be stopped.

Specified by:
getVeto in interface ITerminateEvent
Returns:
information whether the terminate event should be stopped

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