Package gov.nih.mipav.view
Interface CoordinateChangeListener
-
public interface CoordinateChangeListener
This interface identifies a class which wants to know about changes to the current coordinates of another frame (such as ViewJFrameTriImage).- Version:
- 1.0
- Author:
- Evan McCreedy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
coordinateChanged(int x, int y, int z)
A change has occurred to the current coordinates of an image frame.
-