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