public class SelectionChangedEvent extends java.util.EventObject implements WidgetEvent
| Constructor and Description |
|---|
SelectionChangedEvent(Widget widget)
Create a SelectionChangedEvent.
|
SelectionChangedEvent(Widget widget,
boolean inProgress)
Create a SelectionChangedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
getWidget()
Get the Widget which generated this event.
|
boolean |
isInProgress()
Determine whether this event represents a selection change that is still in progress.
|
public SelectionChangedEvent(Widget widget)
widget - the Widget whose selection has changedpublic SelectionChangedEvent(Widget widget, boolean inProgress)
widget - the Widget whose selection has changedinProgress - specifies whether this event represents a selection change that is still in progresspublic Widget getWidget()
getWidget in interface WidgetEventpublic boolean isInProgress()
Written by Peter Eastman.