cz.cuni.amis.pogamut.base.component.bus.event.impl
Class StartedEvent<SOURCE extends IComponent>

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentEvent<SOURCE>
      extended by 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>


Constructor Summary
StartedEvent(SOURCE component)
           
StartedEvent(SOURCE component, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
          Provides human readable information why the component has started.
 
Methods inherited from class cz.cuni.amis.pogamut.base.component.bus.event.impl.ComponentEvent
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.bus.IComponentEvent
getSource
 

Constructor Detail

StartedEvent

public StartedEvent(SOURCE component)

StartedEvent

public StartedEvent(SOURCE component,
                    java.lang.String message)
Method Detail

getMessage

public java.lang.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: