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

public class ResetEvent<SOURCE extends IComponent>
extends ComponentEvent<SOURCE>
implements IResetEvent<SOURCE>


Constructor Summary
ResetEvent(SOURCE component)
           
 
Method Summary
 
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

ResetEvent

public ResetEvent(SOURCE component)