|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hilotec.elexis.kgview.POSelectionListener<P>
public abstract class POSelectionListener<P extends PersistentObject>
Helper-Klasse fuer Code der auf dem Laufenden bleiben muss bezueglich eines aktuell ausgewaehlten PersistentObjects.
| Constructor Summary | |
|---|---|
POSelectionListener()
|
|
| Method Summary | |
|---|---|
void |
catchElexisEvent(ElexisEvent ev)
An Event was fired |
protected void |
deselected(P po)
Wird aufgerufen wenn das aktuelle PersistentObject nicht mehr ausgewaehlt ist. |
void |
destroy()
Deakitviert den Listener |
ElexisEvent |
getElexisEventFilter()
Filter the events this listener wants to be informed. |
void |
init()
Initialisiert den Listener |
protected void |
selected(P po)
Wird aufgerufen wenn ein neues PersistentObject ausgewaehlt wurde. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POSelectionListener()
| Method Detail |
|---|
public void init()
public void destroy()
public void catchElexisEvent(ElexisEvent ev)
ElexisEventListener
catchElexisEvent in interface ElexisEventListenerev - the Eventpublic ElexisEvent getElexisEventFilter()
ElexisEventListener
getElexisEventFilter in interface ElexisEventListenerprotected void deselected(P po)
protected void selected(P po)
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||