Interface EventCountListener

  • All Superinterfaces:
    EventListener

    public interface EventCountListener
    extends EventListener
    Listeners can be notified when the # of events in a particular model changes
    Author:
    Scott Deboy <sdeboy@apache.org>
    • Method Detail

      • eventCountChanged

        void eventCountChanged​(int currentCount,
                               int totalCount)