Interface GenericLifeCycleRequestEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>

  • Type Parameters:
    A - The type of the action stored in the event.
    META - The type of the EventMetaData
    SRC - The type of the source in question.
    All Superinterfaces:
    org.refcodes.mixin.ActionAccessor<A>, org.refcodes.observer.GenericActionEvent<A,SRC>, org.refcodes.observer.GenericActionMetaDataEvent<A,META,SRC>, org.refcodes.observer.GenericEvent<SRC>, org.refcodes.observer.GenericMetaDataEvent<META,SRC>, org.refcodes.component.LifeCycleRequestAccessor, org.refcodes.mixin.MetaDataAccessor<META>, org.refcodes.mixin.SourceAccessor<SRC>
    All Known Subinterfaces:
    GenericDestroyEvent<A,META,SRC>, GenericInitializeEvent<A,META,SRC>, GenericPauseEvent<A,META,SRC>, GenericResumeEvent<A,META,SRC>, GenericStartEvent<A,META,SRC>, GenericStopEvent<A,META,SRC>, LifeCycleRequestEvent
    All Known Implementing Classes:
    AbstractLifeCycleRequestEvent, DestroyEvent, InitializeEvent, PauseEvent, ResumeEvent, StartEvent, StopEvent

    public interface GenericLifeCycleRequestEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>
    extends org.refcodes.component.LifeCycleRequestAccessor, org.refcodes.observer.GenericActionMetaDataEvent<A,META,SRC>
    The GenericLifeCycleRequestEvent represents a LifeCycleRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
    • Nested Class Summary

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

        org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends java.lang.Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends java.lang.Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.refcodes.observer.GenericActionMetaDataEvent

        org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A extends java.lang.Object,EM extends org.refcodes.observer.EventMetaData,SRC extends java.lang.Object,B extends org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
      • Nested classes/interfaces inherited from interface org.refcodes.component.LifeCycleRequestAccessor

        org.refcodes.component.LifeCycleRequestAccessor.LifeCycleRequestMutator, org.refcodes.component.LifeCycleRequestAccessor.LifeCycleRequestProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor

        org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD extends java.lang.Object,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD extends java.lang.Object>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor

        org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends java.lang.Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface org.refcodes.mixin.ActionAccessor

        getAction
      • Methods inherited from interface org.refcodes.component.LifeCycleRequestAccessor

        getLifeCycleRequest
      • Methods inherited from interface org.refcodes.mixin.MetaDataAccessor

        getMetaData
      • Methods inherited from interface org.refcodes.mixin.SourceAccessor

        getSource