source: josm/trunk/src/org/openstreetmap/josm/gui/util/ModifierListener.java@ 10308

Last change on this file since 10308 was 8512, checked in by Don-vip, 9 years ago

checkstyle: redundant modifiers

  • Property svn:eol-style set to native
File size: 258 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.util;
3
4/**
5 * Listener called when pressed modifier keys change is detected
6 * @since 7217
7 */
8public interface ModifierListener {
9 void modifiersChanged(int modifiers);
10}
Note: See TracBrowser for help on using the repository browser.