Class PerspectiveAdapter

java.lang.Object
org.eclipse.ui.PerspectiveAdapter
All Implemented Interfaces:
IPerspectiveListener, IPerspectiveListener2, IPerspectiveListener3, IPerspectiveListener4
Direct Known Subclasses:
PerspectiveTracker

public class PerspectiveAdapter extends Object implements IPerspectiveListener4
This adapter class provides default implementations for the methods described by the IPerspectiveListener interface and its extension interfaces.

Classes that wish to deal with events which occur as perspectives are added, removed, activated and changed, can extend this class and override only the methods which they are interested in.

Since:
3.1
See Also: