Module tvbrowser

Interface DateListener


  • public interface DateListener
    • Method Detail

      • dateChanged

        void dateChanged​(Date date,
                         ProgressMonitor monitor,
                         java.lang.Runnable callback,
                         boolean informPluginPanels)
        Parameters:
        date - The date it was changed to
        monitor - The progress monitor to use
        callback - A callback to be called.
        informPluginPanels - true if the plugin panels should be informed about the date change, false if not.