Interface FieldLocationListener
-
- All Known Implementing Classes:
DecompilerPanel
,ListingPanel
public interface FieldLocationListener
Listener interface for field location changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fieldLocationChanged(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
-
-