Interface DateSelectionListener
-
- All Superinterfaces:
java.util.EventListener
public interface DateSelectionListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeselectionOccurred(DateSelectionEvent event)voidselectionOccurred(DateSelectionEvent event)
-
-
-
Method Detail
-
selectionOccurred
void selectionOccurred(DateSelectionEvent event)
-
deselectionOccurred
void deselectionOccurred(DateSelectionEvent event)
-
-