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 IDocumentModifyListener

All Superinterfaces:
java.util.EventListener, IEventListener

public interface IDocumentModifyListener
extends IEventListener

Listener modify events beeing triggered in the documents. The big differences between this class (and the DocumentModify- ListenerWrapper is the way they get triggered (fired).

The normal document listener just gets fired by an event and aferwards needs a internally defined action to be reset, so that it can react the next time. This "reset" event is the saving of the document.

So if you type a letter in (in the document), the DocumentListener AND the IDocumentModifyListener will be fired, if you type in the next letter ONLY the DocumentMOdifyListener will be fired. For each letter following ONLY the DocumentModifyListener willl be triggered, UNTIL you save the document. Afterwards the wholecycle starts again : the IDocumentListene and the DocumentModifyListener will be triggered both for the first time, then only the DocumentModifyListener until hitting save ... and so forth.


Method Summary
 void reactOnUnspecificEvent(IEvent eventObject)
          Should be the kind of method that gets called, whenever the special occurence that triggerede the modify event is unknown.
 
Methods inherited from interface ag.ion.bion.officelayer.event.IEventListener
disposing
 

Method Detail

reactOnUnspecificEvent

void reactOnUnspecificEvent(IEvent eventObject)
Should be the kind of method that gets called, whenever the special occurence that triggerede the modify event is unknown.

Parameters:
eventObject - the object containing the fired event

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