buoy.event
Class WidgetMouseEvent
MouseEventbuoy.event.WidgetMouseEvent
- WidgetEvent
public abstract class WidgetMouseEvent
extends MouseEvent
This class defines an event caused by the mouse interacting with a Widget. It is an abstract class,
with subclasses for specific types of events.
Object | getSource()- Get the object which generated this event.
|
Widget | getWidget()- Get the Widget which generated this event.
|
getSource
public Object getSource()
Get the object which generated this event.
Written by Peter Eastman.