Package org.apache.log4j.chainsaw
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
eventCountChanged(int currentCount, int totalCount)
-