Elexis API documentation
Version 2.1.6 as of December 11 2011

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.

Author:
gerry

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 API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis