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 DocumentAdapter

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

public class DocumentAdapter
extends EventAdapter
implements IDocumentListener

Adapter for document listener.


Constructor Summary
DocumentAdapter()
           
 
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 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

DocumentAdapter

public DocumentAdapter()
Method Detail

onNew

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

Specified by:
onNew in interface IDocumentListener
Parameters:
documentEvent - source of the event

onLoad

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

Specified by:
onLoad in interface IDocumentListener
Parameters:
documentEvent - source of the event

onLoadDone

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

Specified by:
onLoadDone in interface IDocumentListener
Parameters:
documentEvent - source of the event

onLoadFinished

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

Specified by:
onLoadFinished in interface IDocumentListener
Parameters:
documentEvent - source of the event

onSaveDone

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

Specified by:
onSaveDone in interface IDocumentListener
Parameters:
documentEvent - source of the event

onSaveFinished

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

Specified by:
onSaveFinished in interface IDocumentListener
Parameters:
documentEvent - source of the event

onSave

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

Specified by:
onSave in interface IDocumentListener
Parameters:
documentEvent - source of the event

onSaveAs

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

Specified by:
onSaveAs in interface IDocumentListener
Parameters:
documentEvent - document event

onSaveAsDone

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

Specified by:
onSaveAsDone in interface IDocumentListener
Parameters:
documentEvent - document event

onModifyChanged

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

Specified by:
onModifyChanged in interface IDocumentListener
Parameters:
documentEvent - document event

onMouseOver

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

Specified by:
onMouseOver in interface IDocumentListener
Parameters:
documentEvent - document event

onMouseOut

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

Specified by:
onMouseOut in interface IDocumentListener
Parameters:
documentEvent - document event

onFocus

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

Specified by:
onFocus in interface IDocumentListener
Parameters:
documentEvent - document event

onAlphaCharInput

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

Specified by:
onAlphaCharInput in interface IDocumentListener
Parameters:
documentEvent - document event

onNonAlphaCharInput

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

Specified by:
onNonAlphaCharInput in interface IDocumentListener
Parameters:
documentEvent - document event

onInsertStart

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

Specified by:
onInsertStart in interface IDocumentListener
Parameters:
documentEvent - document event

onInsertDone

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

Specified by:
onInsertDone in interface IDocumentListener
Parameters:
documentEvent - document event

onUnload

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

Specified by:
onUnload in interface IDocumentListener
Parameters:
documentEvent - document event

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