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

ch.elexis.actions
Interface IElexisEventDispatcher


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

addListener

void addListener(ElexisEventListener el)

removeListener

void removeListener(ElexisEventListener el)

fire

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