Class LifeCycleEvent<S,​P>

    • Field Detail

      • payload

        protected P payload
        space where the event occurs
      • source

        protected S source
        source of the event.
    • Constructor Detail

      • LifeCycleEvent

        public LifeCycleEvent​(S source,
                              P payload)
    • Method Detail

      • getPayload

        public P getPayload()
      • getSource

        public S getSource()