TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui
Interface IViewSelectionChangedListener


public interface IViewSelectionChangedListener

A problem determination view event listener registers with the hyades ui plug-in to receive event notification when selection changes in hyades views

Clients may implement this interface.


Method Summary
 void handleViewSelectionChangedEvent(ViewSelectionChangedEvent event)
          Notifies that the selection has changed.
 

Method Detail

handleViewSelectionChangedEvent

public void handleViewSelectionChangedEvent(ViewSelectionChangedEvent event)
Notifies that the selection has changed.

Parameters:
event - event object describing the change

TPTP 4.2.0 Platform Project
Public API Specification