Class CountTrigger<W extends Window>

  • Type Parameters:
    W - The type of Windows on which this trigger can operate.
    All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class CountTrigger<W extends Window>
    extends Trigger<Object,​W>
    A Trigger that fires once the count of elements in a pane reaches the given count.
    See Also:
    Serialized Form