Class EventContentProvider


  • public abstract class EventContentProvider
    extends java.lang.Object
    A strategy pattern object that can refresh all of the event controls for a given day.
    Since:
    3.2
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void refresh​(java.util.Date day, CalendarableItem[] controls)
      Refreshes the contents of the specified event controls for the specified day.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventContentProvider

        public EventContentProvider()
    • Method Detail

      • refresh

        public abstract void refresh​(java.util.Date day,
                                     CalendarableItem[] controls)
        Refreshes the contents of the specified event controls for the specified day.
        Parameters:
        day - The day
        controls - The controls to refresh