Class Event<C>

    • Constructor Detail

      • Event

        public Event​(C context)
        Creates an instance with the context of the container.
        Parameters:
        context - the context
    • Method Detail

      • context

        public C context()
        Returns the context of the container.
        Returns:
        the context