Interface EventCountListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
LogUI.TabIconHandler

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

    Modifier and Type
    Method
    Description
    void
    eventCountChanged(int currentCount, int totalCount)
     
  • Method Details

    • eventCountChanged

      void eventCountChanged(int currentCount, int totalCount)