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 disposeCopyright © 2017. All Rights Reserved.