Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface MouseListener
MouseEvent
Method Summary | |
boolean |
|
public boolean mouseEvent(MouseEvent event)
A mouse event has been called. Returntrue
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, returningtrue
will stop common actions, such as a toggle button being toggled or an item being selected in a tree.