public class CloseEvent
extends org.eclipse.swt.events.TypedEvent
Note: The fields that are filled in depend on the widget.
CloseListener,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
doit
A flag indicating whether the operation should be allowed.
|
| Constructor and Description |
|---|
CloseEvent(org.eclipse.swt.widgets.Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|