Package org.kahina.core.control

Interface Summary
KahinaListener  
 

Class Summary
KahinaController the central broker for event handling and passing of messages basic concept: - an object can fire events via processEvent if it has access to a KahinaController instance - KahinaListeners can register themselves as listeners for event types - the controller passes each fired event to all KahinaListeners that have registered for its type