cz.cuni.amis.pogamut.base.component.bus.event.impl
Class StoppedEvent<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.StoppedEvent<SOURCE>
All Implemented Interfaces:
IStoppedEvent<SOURCE>, IComponentEvent<SOURCE>

public class StoppedEvent<SOURCE extends IComponent>
extends ComponentEvent<SOURCE>
implements IStoppedEvent<SOURCE>


Constructor Summary
StoppedEvent(SOURCE component)
           
StoppedEvent(SOURCE component, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
          Provides human readable information why the component is stopping.
 
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

StoppedEvent

public StoppedEvent(SOURCE component)

StoppedEvent

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

getMessage

public java.lang.String getMessage()
Description copied from interface: IStoppedEvent
Provides human readable information why the component is stopping.

Specified by:
getMessage in interface IStoppedEvent<SOURCE extends IComponent>
Returns: