Interface MouseMoveListener


  • public interface MouseMoveListener
    Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
    Since:
    1.3
    See Also:
    MouseEvent
    • Method Detail

      • mouseMove

        void mouseMove​(MouseEvent e)
        Sent when the mouse moves.
        Parameters:
        e - an event containing information about the mouse move