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

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

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

Methods in cz.cuni.amis.pogamut.base.component.bus that throw ComponentBusErrorException
 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 ComponentBusErrorException in cz.cuni.amis.pogamut.base.component.lifecyclebus
 

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



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