Interface FieldLocationListener
- All Known Implementing Classes:
DecompilerPanel,ListingPanel
public interface FieldLocationListener
Listener interface for field location changes
-
Method Summary
Modifier and TypeMethodDescriptionvoidfieldLocationChanged(FieldLocation location, Field field, EventTrigger trigger) Called whenever the cursor position changes.
-
Method Details
-
fieldLocationChanged
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
-