buoy.event
Class WidgetWindowEvent
WindowEvent
buoy.event.WidgetWindowEvent
- WidgetEvent
public abstract class WidgetWindowEvent
extends WindowEvent
This class defines an event caused by the user interacting with a window. 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.
|
WidgetWindowEvent
public WidgetWindowEvent(WindowWidget source,
int id)
Create a WidgetWindowEvent.
source
- the window to which this event occurredid
- the event ID
getSource
public Object getSource()
Get the object which generated this event.
Written by Peter Eastman.