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 Summary

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

    • eventCountChanged

      void eventCountChanged(int currentCount, int totalCount)