public class SelectionChangedEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected ISelection |
selection
The selection.
|
source
Constructor and Description |
---|
SelectionChangedEvent(ISelectionProvider source,
ISelection selection)
Creates a new event for the given source and selection.
|
Modifier and Type | Method and Description |
---|---|
ISelection |
getSelection()
Returns the selection.
|
ISelectionProvider |
getSelectionProvider()
Returns the selection provider that is the source of this event.
|
getSource, toString
protected ISelection selection
public SelectionChangedEvent(ISelectionProvider source, ISelection selection)
source
- the selection providerselection
- the selectionpublic ISelection getSelection()
public ISelectionProvider getSelectionProvider()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.