Package org.openstreetmap.josm.gui.util
Interface ModifierExListener
-
- All Known Implementing Classes:
DeleteAction,DrawAction,ExtrudeAction,ImproveWayAccuracyAction,ParallelWayAction,SelectAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ModifierExListener
Listener called when pressed extended modifier keys change is detected.- Since:
- 12517
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmodifiersExChanged(int modifiers)Called when the extended modifiers are changed
-
-
-
Method Detail
-
modifiersExChanged
void modifiersExChanged(int modifiers)
Called when the extended modifiers are changed- Parameters:
modifiers- The new extended modifiers
-
-