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

Package class diagram package IStoppingEvent
All Superinterfaces:
IComponentEvent<SOURCE>
All Known Implementing Classes:
StoppingEvent

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


Method Summary
 String getMessage()
          Provides human readable information why the component is stopping.
 
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 is stopping.

Returns:


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