Interface ImageMouseClickListener

All Superinterfaces:
EventListener

public interface ImageMouseClickListener extends EventListener
Interface for receiving mouse click events on an image. Author csaba
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a mouse button has been clicked over a pixel of an image.
  • Method Details

    • mouseClicked

      void mouseClicked(ImageMouseEvent e)
      Invoked when a mouse button has been clicked over a pixel of an image.
      Parameters:
      e - the event object containing attributes of the event