Class PartSelectionListener

java.lang.Object
org.eclipse.ui.internal.PartSelectionListener
All Implemented Interfaces:
EventListener, INullSelectionListener, ISelectionListener

public class PartSelectionListener extends Object implements ISelectionListener, INullSelectionListener
An intermediate selection listener that filters selection change events based on one or more predicates and forwards it to the functional selection listener. Instances of this class can be obtained via the SelectionListenerFactory class.