Interface EventCountListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    LogUI.TabIconHandler

    public interface EventCountListener
    extends java.util.EventListener
    Listeners can be notified when the # of events in a particular model changes
    • Method Detail

      • eventCountChanged

        void eventCountChanged​(int currentCount,
                               int totalCount)