Which of the following function is declared in-06080
Which of the following function is declared in MouseMotionListener interface?
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Mid Term - Quiz No.1.
Which of the following function is declared in MouseMotionListener interface?
public void mousePressed (MouseEvent me);
public void mouseDragged (MouseEvent me);
public void mouseClicked (MouseEvent me);
public void mouseEntered (MouseEvent me);