-
public interface DateListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dateChanged(Date date, ProgressMonitor monitor, java.lang.Runnable callback, boolean informPluginPanels)
-
-
-
Method Detail
-
dateChanged
void dateChanged(Date date, ProgressMonitor monitor, java.lang.Runnable callback, boolean informPluginPanels)
- Parameters:
date
- The date it was changed tomonitor
- The progress monitor to usecallback
- A callback to be called.informPluginPanels
-true
if the plugin panels should be informed about the date change,false
if not.
-
-