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

public class PausingEvent<SOURCE extends IComponent>
extends ComponentEvent<SOURCE>
implements IPausingEvent<SOURCE>


Constructor Summary
PausingEvent(SOURCE component)
           
PausingEvent(SOURCE component, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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

PausingEvent

public PausingEvent(SOURCE component)

PausingEvent

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

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface IPausingEvent<SOURCE extends IComponent>