Package jmri.jmrit.display.palette
Class IconItemPanel.IconListener
java.lang.Object
jmri.util.swing.JmriMouseAdapter
jmri.jmrit.display.palette.IconItemPanel.IconListener
- All Implemented Interfaces:
EventListener,JmriMouseListener
- Enclosing class:
- IconItemPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmouseClicked(JmriMouseEvent event) Invoked when the mouse button has been clicked (pressed and released) on a component.Methods inherited from class jmri.util.swing.JmriMouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
-
Constructor Details
-
IconListener
-
-
Method Details
-
mouseClicked
Description copied from interface:JmriMouseListenerInvoked when the mouse button has been clicked (pressed and released) on a component.- Specified by:
mouseClickedin interfaceJmriMouseListener- Overrides:
mouseClickedin classJmriMouseAdapter- Parameters:
event- the event to be processed
-