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

public class StartingPausedEvent<SOURCE extends IComponent>
extends ComponentEvent<SOURCE>
implements IStartingPausedEvent<SOURCE>


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

StartingPausedEvent

public StartingPausedEvent(SOURCE component)

StartingPausedEvent

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

getMessage

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

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