cz.cuni.amis.pogamut.base.component.bus.event.impl
Class StartedEvent<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.StartedEvent<SOURCE>
- All Implemented Interfaces:
- IStartedEvent<SOURCE>, IComponentEvent<SOURCE>
public class StartedEvent<SOURCE extends IComponent>
- extends ComponentEvent<SOURCE>
- implements IStartedEvent<SOURCE>
|
Method Summary |
String |
getMessage()
Provides human readable information why the component has started. |
StartedEvent
public StartedEvent(SOURCE component)
StartedEvent
public StartedEvent(SOURCE component,
String message)
getMessage
public String getMessage()
- Description copied from interface:
IStartedEvent
- Provides human readable information why the component has started.
- Specified by:
getMessage in interface IStartedEvent<SOURCE extends IComponent>
- Returns:
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.