public abstract class EventCountProvider
extends java.lang.Object
Constructor and Description |
---|
EventCountProvider() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getNumberOfEventsInDay(java.util.Date day)
Returns the number of events to display on a specific day.
|