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

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

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

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

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

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



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