java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.AbstractMetaDataEvent<org.refcodes.observer.EventMetaData,SRC>
org.refcodes.component.ext.observer.AbstractLifecycleStatusEvent<SRC>
org.refcodes.component.ext.observer.StoppedEvent<SRC>
Type Parameters:
SRC - The type of the source in question.
All Implemented Interfaces:
ComponentEvent<Enum<?>,SRC>, LifecycleEvent<Enum<?>,SRC>, LifecycleStatusEvent<SRC>, StopAccomplishedEvent<SRC>, org.refcodes.mixin.ActionAccessor<Enum<?>>, org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>, org.refcodes.mixin.SourceAccessor<SRC>, org.refcodes.observer.ActionEvent<Enum<?>,SRC>, org.refcodes.observer.Event<SRC>, org.refcodes.observer.MetaDataActionEvent<Enum<?>,org.refcodes.observer.EventMetaData,SRC>, org.refcodes.observer.MetaDataEvent<org.refcodes.observer.EventMetaData,SRC>

public class StoppedEvent<SRC> extends AbstractLifecycleStatusEvent<SRC> implements StopAccomplishedEvent<SRC>
Implementation of the LifecycleStatusEvent for LifecycleStatus.STOPPED.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor

    org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends Object>

    Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor

    org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD extends Object,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD extends Object>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD extends Object>

    Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor

    org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC extends Object,B extends org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC,B>>, org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends Object>
  • Field Summary

    Fields inherited from class org.refcodes.observer.AbstractMetaDataEvent

    _eventMetaData
  • Constructor Summary

    Constructors
    Constructor
    Description
    StoppedEvent(String aChannel, Class<?> aPublisherType, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(String aAlias, String aGroup, String aChannel, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(String aAlias, String aGroup, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(String aChannel, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(org.refcodes.observer.EventMetaData aEventMetaData, SRC aSource)
    Instantiates a new StoppedEvent.
    StoppedEvent(SRC aSource)
    Instantiates a new StoppedEvent.
  • Method Summary

    Methods inherited from class org.refcodes.observer.AbstractMetaDataEvent

    getMetaData, toString

    Methods inherited from class org.refcodes.observer.AbstractEvent

    getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.refcodes.mixin.MetaDataAccessor

    getMetaData

    Methods inherited from interface org.refcodes.mixin.SourceAccessor

    getSource

    Methods inherited from interface org.refcodes.component.ext.observer.StopAccomplishedEvent

    getAction
  • Constructor Details

    • StoppedEvent

      public StoppedEvent(org.refcodes.observer.EventMetaData aEventMetaData, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aEventMetaData - The event's Meta-Data
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(String aChannel, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aChannel - The channel for the EventMetaData.
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(String aChannel, Class<?> aPublisherType, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aChannel - The channel for the EventMetaData.
      aPublisherType - The publisher type for the EventMetaData.
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(String aAlias, String aGroup, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aAlias - The alias for the EventMetaData.
      aGroup - The group for the EventMetaData.
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(String aAlias, String aGroup, String aChannel, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aAlias - The alias for the EventMetaData.
      aGroup - The group for the EventMetaData.
      aChannel - The channel for the EventMetaData.
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aAlias - The alias for the EventMetaData.
      aGroup - The group for the EventMetaData.
      aChannel - The channel for the EventMetaData.
      aPublisherType - The publisher type for the EventMetaData.
      aSource - The according source (origin).
    • StoppedEvent

      public StoppedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource)
      Instantiates a new StoppedEvent.
      Parameters:
      aAlias - The alias for the EventMetaData.
      aGroup - The group for the EventMetaData.
      aChannel - The channel for the EventMetaData.
      aUid - The Universal-TID for the EventMetaData.
      aPublisherType - The publisher type for the EventMetaData.
      aSource - The according source (origin).