|
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 |
public interface IElexisEventDispatcher
An IElexisEventDispatcher can be authoritative for a specific kind of originating Object and/or for a specific EventType. It does so by registering with ElexisEventDistpatcher#registerDispatcher in that case, Events of the given Object/type will always be sent to the dispatcher instead of sent directly to the listeners. Also, ElexisEvent#addListener and removeListener is forwarded to the custom dispatcher.
Method Summary | |
---|---|
void |
addListener(ElexisEventListener el)
|
void |
fire(ElexisEvent ev)
|
void |
removeListener(ElexisEventListener el)
|
Method Detail |
---|
void addListener(ElexisEventListener el)
void removeListener(ElexisEventListener el)
void fire(ElexisEvent ev)
|
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 |