|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStartedEvent | |
|---|---|
| cz.cuni.amis.pogamut.base.agent.impl | |
| cz.cuni.amis.pogamut.base.component.bus.event.impl | |
| Uses of IStartedEvent in cz.cuni.amis.pogamut.base.agent.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.impl with parameters of type IStartedEvent | |
|---|---|
protected void |
AbstractAgent.componentStarted(IStartedEvent event)
Called whenever some component that was not started before broadcasts IStartedEvent
If you override this method don't forget to call
super.componentStarted(event) as the first method. |
| Uses of IStartedEvent in cz.cuni.amis.pogamut.base.component.bus.event.impl |
|---|
| Classes in cz.cuni.amis.pogamut.base.component.bus.event.impl that implement IStartedEvent | |
|---|---|
class |
StartedEvent<SOURCE extends IComponent>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||