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.
ShellListener
,
ShellEvent
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.
|
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 deactivation
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0