Class RenderContextStateChange.Event<V,​E>

  • Enclosing interface:
    RenderContextStateChange

    public static class RenderContextStateChange.Event<V,​E>
    extends Object
    the event payload produced by this event model and consumed by its Listener consumers. Contains a reference to the RenderContext and a boolean flag (unused)
    • Field Detail

      • active

        public final boolean active
    • Constructor Detail

      • Event

        public Event​(RenderContext<V,​E> renderContext,
                     boolean active)