Interface GenericListListener
-
- All Superinterfaces:
EventListener
public interface GenericListListener extends EventListener
- Author:
- Sylvain Lletellier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionAdded(GenericListEvent event)voidselectionRemoved(GenericListEvent event)voidvaluesAdded(GenericListEvent event)voidvaluesRemoved(GenericListEvent event)
-
-
-
Method Detail
-
valuesAdded
void valuesAdded(GenericListEvent event)
-
valuesRemoved
void valuesRemoved(GenericListEvent event)
-
selectionAdded
void selectionAdded(GenericListEvent event)
-
selectionRemoved
void selectionRemoved(GenericListEvent event)
-
-