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

All Superinterfaces:
IComponentEvent<SOURCE>
All Known Implementing Classes:
StartingEvent

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


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

Method Detail

getMessage

java.lang.String getMessage()
Provides human readable information why the component is starting.

Returns: