@FunctionalInterface
public interface CloseListener
extends org.eclipse.swt.internal.SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a control using the
addCloseListener method and removed using
the removeCloseListener method. When
selection occurs in a control the appropriate method
will be invoked.
CloseEvent| Modifier and Type | Method and Description |
|---|---|
void |
onClose(CloseEvent event)
Sent when a Chips widget is closed.
|
void onClose(CloseEvent event)
e - an event containing information about the chips that is closed