Interface FieldLocationListener
- 
- All Known Implementing Classes:
- DecompilerPanel,- ListingPanel
 
 public interface FieldLocationListenerListener interface for field location changes
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfieldLocationChanged(FieldLocation location, Field field, EventTrigger trigger)Called whenever the cursor position changes.
 
- 
- 
- 
Method Detail- 
fieldLocationChangedvoid fieldLocationChanged(FieldLocation location, Field field, EventTrigger trigger) Called whenever the cursor position changes.- Parameters:
- location- the new field location.
- field- the Field object containing the location.
- trigger- the type of the location change
 
 
- 
 
-