public interface DisposeListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a widget using the
addDisposeListener
method and removed using
the removeDisposeListener
method. When a
widget is disposed, the widgetDisposed method will
be invoked.
DisposeEvent
Modifier and Type | Method and Description |
---|---|
void |
widgetDisposed(DisposeEvent e)
Sent when the widget is disposed.
|
void widgetDisposed(DisposeEvent e)
e
- an event containing information about the dispose
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.