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
Interface ITerminateEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
TerminateEvent

public interface ITerminateEvent
extends IEvent

Terminate event.


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 interface ag.ion.bion.officelayer.event.IEvent
getSourceObject
 

Method Detail

setVeto

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

Parameters:
veto - veto information

getVeto

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

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