public abstract interface MouseInputListener
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.

extends MouseListener, MouseMotionListener

See also:
MouseInputAdapter