org.eclipse.swt.events
Interface DisposeListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

public interface DisposeListener
extends org.eclipse.swt.internal.SWTEventListener

Unsafe:


Method Summary
 void widgetDisposed(DisposeEvent e)
          Suppressed: Sent when the widget is disposed.
 

Method Detail

widgetDisposed

public void widgetDisposed(DisposeEvent e)
Suppressed: Sent when the widget is disposed.

Parameters:
e - an event containing information about the dispose


comments?