Interface FieldSelectionListener
-
- All Known Implementing Classes:
DecompilerPanel,ListingPanel
public interface FieldSelectionListenerListener interface for when the selection changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(FieldSelection selection, EventTrigger trigger)Called whenever the FieldViewer selection changes.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(FieldSelection selection, EventTrigger trigger)
Called whenever the FieldViewer selection changes.- Parameters:
selection- the new selection.trigger- indicates the cause of the selection changing
-
-