cz.cuni.amis.pogamut.base.component.bus.event.impl
Class StoppingEvent<SOURCE extends IComponent>
java.lang.Object
cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentEvent<SOURCE>
cz.cuni.amis.pogamut.base.component.bus.event.impl.StoppingEvent<SOURCE>
- All Implemented Interfaces:
- IStoppingEvent<SOURCE>, IComponentEvent<SOURCE>
public class StoppingEvent<SOURCE extends IComponent>
- extends ComponentEvent<SOURCE>
- implements IStoppingEvent<SOURCE>
|
Method Summary |
String |
getMessage()
Provides human readable information why the component is stopping. |
StoppingEvent
public StoppingEvent(SOURCE component)
StoppingEvent
public StoppingEvent(SOURCE component,
String message)
getMessage
public String getMessage()
- Description copied from interface:
IStoppingEvent
- Provides human readable information why the component is stopping.
- Specified by:
getMessage in interface IStoppingEvent<SOURCE extends IComponent>
- Returns:
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.