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

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

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

Methods in cz.cuni.amis.pogamut.base.agent.impl with parameters of type IStoppingEvent
protected  void AbstractAgent.componentStopping(IStoppingEvent event)
          Called whenever some component broadcasts IStoppingEvent If you override this method don't forget to call super.componentStopping(event) as the first method.
 

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

Classes in cz.cuni.amis.pogamut.base.component.bus.event.impl that implement IStoppingEvent
 class StoppingEvent<SOURCE extends IComponent>
           
 



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