cz.cuni.amis.pogamut.base.component.bus.event
Interface IStartedEvent<SOURCE extends IComponent>

Package class diagram package IStartedEvent
All Superinterfaces:
IComponentEvent<SOURCE>
All Known Implementing Classes:
StartedEvent

public interface IStartedEvent<SOURCE extends IComponent>
extends IComponentEvent<SOURCE>

Marks that the component has started its work.

Author:
Jimmy

Method Summary
 String getMessage()
          Provides human readable information why the component has started.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.bus.IComponentEvent
getSource
 

Method Detail

getMessage

String getMessage()
Provides human readable information why the component has started.

Returns:


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