Uses of Interface
org.eclipse.swt.events.ShellListener
Packages that use ShellListener
-
Uses of ShellListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type ShellListenerModifier and TypeMethodDescriptionvoid
Shell.addShellListener
(ShellListener listener) Adds the listener to the collection of listeners who will be notified when operations are performed on the receiver, by sending the listener one of the messages defined in theShellListener
interface.void
Shell.removeShellListener
(ShellListener listener) Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.