TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.viewers.internal
Interface IViewerClient

All Known Subinterfaces:
ICheckViewerClient
All Known Implementing Classes:
ExceptionSection, GenericCheckViewerClient, GenericViewerClient, ListSection, ListSection, ListSection, ParamSection

public interface IViewerClient

Interface to handle selection changed for any viewer.
If any client implements this interface then handleDoubleClick(CheckStateChangedEvent) and handleSelectionChanged(SelectionChangedEvent) method will be invoked on selection of viewer.

See Also:
BaseStructuredViewer.hookUpListeners(), org.eclipse.tptp.wsdm.tooling.editor.capability.internal.pages.property.ListSection

Method Summary
 void handleDoubleClick()
          Invokes double click event on the client.
 void handleSelectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
          Invokes selection changed event on the client.
 

Method Detail

handleDoubleClick

public void handleDoubleClick()
Invokes double click event on the client.


handleSelectionChanged

public void handleSelectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
Invokes selection changed event on the client.


TPTP 4.3.0 Monitoring Tools Project
Internal API Specification