Package org.loboevolution.img
Interface ImageMouseClickListener
- All Superinterfaces:
EventListener
Interface for receiving mouse click events on an image.
Author csaba
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a mouse button has been clicked over a pixel of an image.
-
Method Details
-
mouseClicked
Invoked when a mouse button has been clicked over a pixel of an image.- Parameters:
e
- the event object containing attributes of the event
-