Interface FieldLocationListener
-
- All Known Implementing Classes:
DecompilerPanel,ListingPanel
public interface FieldLocationListenerListener interface for field location changes
-
-
Method Summary
All 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
-
fieldLocationChanged
void 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
-
-