Uses of Interface
cz.cuni.amis.pogamut.base.component.bus.event.IFatalErrorEvent

Packages that use IFatalErrorEvent
cz.cuni.amis.pogamut.base.agent.impl   
cz.cuni.amis.pogamut.base.component.bus.event.impl   
cz.cuni.amis.pogamut.base.component.controller   
 

Uses of IFatalErrorEvent in cz.cuni.amis.pogamut.base.agent.impl
 

Methods in cz.cuni.amis.pogamut.base.agent.impl with parameters of type IFatalErrorEvent
protected  void AbstractAgent.componentFatalError(IFatalErrorEvent event)
          Called whenever some comopnent broadcasts IFatalErrorEvent.
 

Uses of IFatalErrorEvent in cz.cuni.amis.pogamut.base.component.bus.event.impl
 

Classes in cz.cuni.amis.pogamut.base.component.bus.event.impl that implement IFatalErrorEvent
 class ComponentBusErrorEvent
           
 class FatalErrorEvent<SOURCE extends IComponent>
           
 class FatalErrorPropagatingEvent<SOURCE extends IComponent>
           
 

Uses of IFatalErrorEvent in cz.cuni.amis.pogamut.base.component.controller
 

Fields in cz.cuni.amis.pogamut.base.component.controller declared as IFatalErrorEvent
protected  IFatalErrorEvent SharedComponentController.fatalError
          Last fatal error sensed.
 

Methods in cz.cuni.amis.pogamut.base.component.controller that return IFatalErrorEvent
 IFatalErrorEvent ComponentController.getFatalError()
           
 IFatalErrorEvent SharedComponentController.getFatalError()
           
 IFatalErrorEvent IComponentControllerBase.getFatalError()
          Returns last fatal error event that has triggered the system failure.
 



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