Uses of Class
cz.cuni.amis.pogamut.base.component.bus.exception.FatalErrorPropagatingEventException

Packages that use FatalErrorPropagatingEventException
cz.cuni.amis.pogamut.base.component.bus   
cz.cuni.amis.pogamut.base.component.lifecyclebus   
 

Uses of FatalErrorPropagatingEventException in cz.cuni.amis.pogamut.base.component.bus
 

Methods in cz.cuni.amis.pogamut.base.component.bus that throw FatalErrorPropagatingEventException
 boolean ComponentBus.event(IComponentEvent event)
           
 boolean IComponentBus.event(IComponentEvent<?> event)
          Propagates new event.
 void ComponentBus.eventTransactional(IComponentEvent event)
           
 void IComponentBus.eventTransactional(IComponentEvent<?> event)
          Propagates new event in the context of current event (if called within the context of event).
 

Uses of FatalErrorPropagatingEventException in cz.cuni.amis.pogamut.base.component.lifecyclebus
 

Methods in cz.cuni.amis.pogamut.base.component.lifecyclebus that throw FatalErrorPropagatingEventException
 boolean LifecycleBus.event(IComponentEvent event)
           
 void LifecycleBus.eventTransactional(IComponentEvent event)
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.