public interface INavigationListener
INavigationService| Modifier and Type | Method and Description |
|---|---|
void |
navigateTo(IElement target)
Implementation should display and select the element in its view.
|
void navigateTo(IElement target)
target - The navigated element.