Package detectionPlotFX
Interface GroupDisplayListener
public interface GroupDisplayListener
Listeners for changing selected detection in the GroupDetectionDisplay.
- Author:
- Jamie Macaulay
-
Method Summary
Modifier and TypeMethodDescriptionvoid
newDataUnitSelected
(PamDataUnit oldDataUnit, PamDataUnit newDataUnit) A new data unit has been selected
-
Method Details
-
newDataUnitSelected
A new data unit has been selected- Parameters:
oldDataUnit
- - the old data unit.newDataUnit
- - the new selected data unit.
-