Uses of Interface
cz.cuni.amis.pogamut.base.component.bus.IComponentEvent

Packages that use IComponentEvent
cz.cuni.amis.pogamut.base.component.bus   
cz.cuni.amis.pogamut.base.component.bus.event   
cz.cuni.amis.pogamut.base.component.bus.event.impl   
cz.cuni.amis.pogamut.base.component.bus.exception   
cz.cuni.amis.pogamut.base.component.lifecyclebus   
 

Uses of IComponentEvent in cz.cuni.amis.pogamut.base.component.bus
 

Classes in cz.cuni.amis.pogamut.base.component.bus with type parameters of type IComponentEvent
 interface IComponentEventListener<T extends IComponentEvent>
           
 

Methods in cz.cuni.amis.pogamut.base.component.bus with parameters of type IComponentEvent
 boolean ComponentBus.event(IComponentEvent event)
           
 boolean IComponentBus.event(IComponentEvent<?> event)
          Propagates new event.
 void ComponentBus.eventTransactional(IComponentEvent event)
           
 void IComponentBus.eventTransactional(IComponentEvent<?> event)
          Propagates new event in the context of current event (if called within the context of event).
 

Uses of IComponentEvent in cz.cuni.amis.pogamut.base.component.bus.event
 

Subinterfaces of IComponentEvent in cz.cuni.amis.pogamut.base.component.bus.event
 interface IFatalErrorEvent<SOURCE extends IComponent>
          Marks that fatal error has happened that prevents the component from running.
 interface IPausedEvent<SOURCE extends IComponent>
           
 interface IPausingEvent<SOURCE extends IComponent>
           
 interface IResetEvent<SOURCE extends IComponent>
           
 interface IResumedEvent<SOURCE extends IComponent>
           
 interface IResumingEvent<SOURCE extends IComponent>
           
 interface IStartedEvent<SOURCE extends IComponent>
          Marks that the component has started its work.
 interface IStartingEvent<SOURCE extends IComponent>
           
 interface IStartingPausedEvent<SOURCE extends IComponent>
          This event is similar to IStartingEvent, it marks that the component is going to start.
 interface IStoppedEvent<SOURCE extends IComponent>
          The component stopped its job.
 interface IStoppingEvent<SOURCE extends IComponent>
           
 

Uses of IComponentEvent in cz.cuni.amis.pogamut.base.component.bus.event.impl
 

Classes in cz.cuni.amis.pogamut.base.component.bus.event.impl that implement IComponentEvent
 class ComponentBusErrorEvent
           
 class ComponentEvent<SOURCE extends IComponent>
          Note that this is sort of utility class providing pretty-print (reflection based) for toString(), not every event must be descendant of this class.
 class FatalErrorEvent<SOURCE extends IComponent>
           
 class FatalErrorPropagatingEvent<SOURCE extends IComponent>
           
 class PausedEvent<SOURCE extends IComponent>
           
 class PausingEvent<SOURCE extends IComponent>
           
 class ResetEvent<SOURCE extends IComponent>
           
 class ResumedEvent<SOURCE extends IComponent>
           
 class ResumingEvent<SOURCE extends IComponent>
           
 class StartedEvent<SOURCE extends IComponent>
           
 class StartingEvent<SOURCE extends IComponent>
           
 class StartingPausedEvent<SOURCE extends IComponent>
           
 class StoppedEvent<SOURCE extends IComponent>
           
 class StoppingEvent<SOURCE extends IComponent>
           
 

Methods in cz.cuni.amis.pogamut.base.component.bus.event.impl that return IComponentEvent
 IComponentEvent FatalErrorPropagatingEvent.getEvent()
           
 

Constructors in cz.cuni.amis.pogamut.base.component.bus.event.impl with parameters of type IComponentEvent
FatalErrorPropagatingEvent(SOURCE component, String message, Throwable cause, IComponentEvent event)
           
 

Uses of IComponentEvent in cz.cuni.amis.pogamut.base.component.bus.exception
 

Constructors in cz.cuni.amis.pogamut.base.component.bus.exception with parameters of type IComponentEvent
ComponentBusErrorException(IComponentEvent event, IComponentBus origin)
           
ComponentBusErrorException(IComponentEvent event, Logger log, IComponentBus origin)
           
ComponentBusErrorException(String message, IComponentEvent event, IComponentBus origin)
           
ComponentBusErrorException(String message, IComponentEvent event, Logger log, IComponentBus origin)
           
ComponentBusNotRunningException(IComponentEvent event, IComponentBus bus)
           
ComponentBusNotRunningException(IComponentEvent event, Logger log, IComponentBus bus)
           
FatalErrorPropagatingEventException(IComponentEvent event, IComponentBus origin)
           
FatalErrorPropagatingEventException(IComponentEvent event, Logger log, IComponentBus origin)
           
FatalErrorPropagatingEventException(IComponentEvent event, Throwable cause, IComponentBus origin)
           
FatalErrorPropagatingEventException(IComponentEvent event, Throwable cause, Logger log, IComponentBus origin)
           
 

Uses of IComponentEvent in cz.cuni.amis.pogamut.base.component.lifecyclebus
 

Methods in cz.cuni.amis.pogamut.base.component.lifecyclebus with parameters of type IComponentEvent
 boolean LifecycleBus.event(IComponentEvent event)
           
 void LifecycleBus.eventTransactional(IComponentEvent event)
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.