org.gnu.gtk.event
Interface MouseListener
public interface MouseListener
boolean | mouseEvent(MouseEvent event) - Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the project API is an
algorithmic mapping of the underlying native libraries.
|
mouseEvent
public boolean mouseEvent(MouseEvent event)
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the project API is an
algorithmic mapping of the underlying native libraries.
A mouse event has been called. Return true
if you have
handled the event and so don't want it passed on to other listeners.
Since this is usually the first callback to be received, returning
true
will stop common actions, such as a toggle button
being toggled or an item being selected in a tree.