Package org.esa.snap.rcp.util
Interface SelectionSupport.Handler<T>
-
- Type Parameters:
T- The type of the selection
- All Known Implementing Classes:
AbstractOverlayAction,OverlayGcpLayerAction,OverlayGeometryLayerAction,OverlayGraticuleLayerAction,OverlayNoDataLayerAction,OverlayPinLayerAction,OverlayWorldMapLayerAction
- Enclosing interface:
- SelectionSupport<T>
public static interface SelectionSupport.Handler<T>Handles single selection changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChange(T oldValue, T newValue)Called if a selection changed.
-