Definitions for "MouseListener"
a class, that allows you to track where the mouse is, and process that data
MouseListener is an abstract interface which client code can subclass to subscribe to mouse events from a Layer object that has focus. See also: Listener. class