Package jaxx.runtime.swing.model
Interface GenericListListener
- All Superinterfaces:
java.util.EventListener
public interface GenericListListener
extends java.util.EventListener
- Author:
- Sylvain Lletellier
-
Method Summary
Modifier and Type Method Description voidselectionAdded(GenericListEvent event)voidselectionRemoved(GenericListEvent event)voidvaluesAdded(GenericListEvent event)voidvaluesRemoved(GenericListEvent event)
-
Method Details
-
valuesAdded
-
valuesRemoved
-
selectionAdded
-
selectionRemoved
-