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 IDocumentListener

All Superinterfaces:
java.util.EventListener, IEventListener
All Known Implementing Classes:
DocumentAdapter

public interface IDocumentListener
extends IEventListener

Listener for documents.


Method Summary
 void onAlphaCharInput(IDocumentEvent documentEvent)
          Is called whenever a OnAlphaCharInput document event occurs.
 void onFocus(IDocumentEvent documentEvent)
          Is called whenever a OnFocus document event occurs.
 void onInsertDone(IDocumentEvent documentEvent)
          Is called whenever a OnInsertDone document event occurs.
 void onInsertStart(IDocumentEvent documentEvent)
          Is called whenever a OnInsertStart document event occurs.
 void onLoad(IDocumentEvent documentEvent)
          Is called whenever a OnLoad document event occurs.
 void onLoadDone(IDocumentEvent documentEvent)
          Is called whenever a OnLoadDone document event occurs.
 void onLoadFinished(IDocumentEvent documentEvent)
          Is called whenever a OnLoadFinished document event occurs.
 void onModifyChanged(IDocumentEvent documentEvent)
          Is called whenever a OnModifyChanged document event occurs.
 void onMouseOut(IDocumentEvent documentEvent)
          Is called whenever a OnMouseOut document event occurs.
 void onMouseOver(IDocumentEvent documentEvent)
          Is called whenever a OnMouseOver document event occurs.
 void onNew(IDocumentEvent documentEvent)
          Is called whenever a OnNew document event occurs.
 void onNonAlphaCharInput(IDocumentEvent documentEvent)
          Is called whenever a OnNonAlphaCharInput document event occurs.
 void onSave(IDocumentEvent documentEvent)
          Is called before a document if going to be saved.
 void onSaveAs(IDocumentEvent documentEvent)
          Is called whenever a OnSaveAs document event occurs.
 void onSaveAsDone(IDocumentEvent documentEvent)
          Is called whenever a OnSaveAsDone document event occurs.
 void onSaveDone(IDocumentEvent documentEvent)
          Is called whenever a OnSaveDone document event occurs.
 void onSaveFinished(IDocumentEvent documentEvent)
          Is called whenever a OnSaveFinished document event occurs.
 void onUnload(IDocumentEvent documentEvent)
          Is called whenever a OnUnload document event occurs.
 
Methods inherited from interface ag.ion.bion.officelayer.event.IEventListener
disposing
 

Method Detail

onNew

void onNew(IDocumentEvent documentEvent)
Is called whenever a OnNew document event occurs.

Parameters:
documentEvent - source of the event

onLoad

void onLoad(IDocumentEvent documentEvent)
Is called whenever a OnLoad document event occurs.

Parameters:
documentEvent - source of the event

onLoadDone

void onLoadDone(IDocumentEvent documentEvent)
Is called whenever a OnLoadDone document event occurs.

Parameters:
documentEvent - source of the event

onLoadFinished

void onLoadFinished(IDocumentEvent documentEvent)
Is called whenever a OnLoadFinished document event occurs.

Parameters:
documentEvent - source of the event

onSave

void onSave(IDocumentEvent documentEvent)
Is called before a document if going to be saved.

Parameters:
documentEvent - source of the event

onSaveDone

void onSaveDone(IDocumentEvent documentEvent)
Is called whenever a OnSaveDone document event occurs.

Parameters:
documentEvent - source of the event

onSaveFinished

void onSaveFinished(IDocumentEvent documentEvent)
Is called whenever a OnSaveFinished document event occurs.

Parameters:
documentEvent - source of the event

onSaveAs

void onSaveAs(IDocumentEvent documentEvent)
Is called whenever a OnSaveAs document event occurs.

Parameters:
documentEvent - source of the event

onSaveAsDone

void onSaveAsDone(IDocumentEvent documentEvent)
Is called whenever a OnSaveAsDone document event occurs.

Parameters:
documentEvent - source of the event

onModifyChanged

void onModifyChanged(IDocumentEvent documentEvent)
Is called whenever a OnModifyChanged document event occurs.

Parameters:
documentEvent - source of the event

onMouseOver

void onMouseOver(IDocumentEvent documentEvent)
Is called whenever a OnMouseOver document event occurs.

Parameters:
documentEvent - source of the event

onMouseOut

void onMouseOut(IDocumentEvent documentEvent)
Is called whenever a OnMouseOut document event occurs.

Parameters:
documentEvent - source of the event

onFocus

void onFocus(IDocumentEvent documentEvent)
Is called whenever a OnFocus document event occurs.

Parameters:
documentEvent - source of the event

onAlphaCharInput

void onAlphaCharInput(IDocumentEvent documentEvent)
Is called whenever a OnAlphaCharInput document event occurs.

Parameters:
documentEvent - source of the event

onNonAlphaCharInput

void onNonAlphaCharInput(IDocumentEvent documentEvent)
Is called whenever a OnNonAlphaCharInput document event occurs.

Parameters:
documentEvent - source of the event

onInsertStart

void onInsertStart(IDocumentEvent documentEvent)
Is called whenever a OnInsertStart document event occurs.

Parameters:
documentEvent - source of the event

onInsertDone

void onInsertDone(IDocumentEvent documentEvent)
Is called whenever a OnInsertDone document event occurs.

Parameters:
documentEvent - source of the event

onUnload

void onUnload(IDocumentEvent documentEvent)
Is called whenever a OnUnload document event occurs.

Parameters:
documentEvent - source 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