public class ObservableListSelectionListener extends DefaultObservable<javax.swing.event.ListSelectionEvent> implements javax.swing.event.ListSelectionListener
| Constructor and Description |
|---|
ObservableListSelectionListener() |
| Modifier and Type | Method and Description |
|---|---|
static ObservableListSelectionListener |
register(java.lang.Object component)
Convenience method to create a new observable action listener and register it with the target component must have a public
addListSelectionListener(ListSelectionListener) method. |
ObservableListSelectionListener |
registerWith(java.lang.Object component)
Convenience method to register this observable with the target component which must have a public
addListSelectionListener(ListSelectionListener) method. |
ObservableListSelectionListener |
unregisterFrom(java.lang.Object component)
Convenience method to unregister this observable from the target component which must have a public
removeListSelectionListener(ListSelectionListener) method. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
close, error, finish, getObserverCount, next, register, unregisterpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListener@Nonnull public static ObservableListSelectionListener register(@Nonnull java.lang.Object component)
addListSelectionListener(ListSelectionListener) method.component - the target component@Nonnull public ObservableListSelectionListener registerWith(@Nonnull java.lang.Object component)
addListSelectionListener(ListSelectionListener) method.component - the target component@Nonnull public ObservableListSelectionListener unregisterFrom(@Nonnull java.lang.Object component)
removeListSelectionListener(ListSelectionListener) method.component - the target component