public abstract class ShellAdapter extends java.lang.Object implements ShellListener
ShellListener
interface.
Classes that wish to deal with ShellEvent
s can
extend this class and override only the methods which they are
interested in.
Constructor and Description |
---|
ShellAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
public void shellActivated(ShellEvent e)
shellActivated
in interface ShellListener
e
- an event containing information about the activationpublic void shellClosed(ShellEvent e)
shellClosed
in interface ShellListener
e
- an event containing information about the closepublic void shellDeactivated(ShellEvent e)
shellDeactivated
in interface ShellListener
e
- an event containing information about the deactivationpublic void shellDeiconified(ShellEvent e)
shellDeiconified
in interface ShellListener
e
- an event containing information about the un-minimizationpublic void shellIconified(ShellEvent e)
shellIconified
in interface ShellListener
e
- an event containing information about the minimization