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.event
Class VetoTerminateListener

java.lang.Object
  extended by ag.ion.bion.officelayer.event.EventAdapter
      extended by ag.ion.bion.officelayer.event.VetoTerminateListener
All Implemented Interfaces:
IEventListener, ITerminateListener, java.util.EventListener

public class VetoTerminateListener
extends EventAdapter
implements ITerminateListener

Listener in order to prevent OpenOffice.org from closing.


Constructor Summary
VetoTerminateListener()
           
 
Method Summary
 void notifyTermination(ITerminateEvent terminateEvent)
          Is called when the master enviroment is finally terminated.
 void queryTermination(ITerminateEvent terminateEvent)
          Is called when the master enviroment is about to terminate.
 
Methods inherited from class ag.ion.bion.officelayer.event.EventAdapter
disposing
 
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.IEventListener
disposing
 

Constructor Detail

VetoTerminateListener

public VetoTerminateListener()
Method Detail

queryTermination

public void queryTermination(ITerminateEvent terminateEvent)
Is called when the master enviroment is about to terminate.

Specified by:
queryTermination in interface ITerminateListener
Parameters:
terminateEvent - terminate event

notifyTermination

public void notifyTermination(ITerminateEvent terminateEvent)
Is called when the master enviroment is finally terminated.

Specified by:
notifyTermination in interface ITerminateListener
Parameters:
terminateEvent - terminate event

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