TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui
Class ViewSelectionChangedEvent

java.lang.Object
  extended byorg.eclipse.hyades.trace.ui.ViewSelectionChangedEvent

public final class ViewSelectionChangedEvent
extends java.lang.Object

A PDViewEvent is sent when the selection changes in one of the problem determination views

The getSource() source of the selection event returns the element associated with the event.


Constructor Summary
ViewSelectionChangedEvent()
          The constructor for the event
 
Method Summary
 java.lang.Object getSource()
          The source of the view selection event.
 void setSource(java.lang.Object eventSource)
          Sets the source of the view selection event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewSelectionChangedEvent

public ViewSelectionChangedEvent()
The constructor for the event

Method Detail

getSource

public java.lang.Object getSource()
The source of the view selection event.

Returns:
an Object

setSource

public void setSource(java.lang.Object eventSource)
Sets the source of the view selection event.

Parameters:
eventSource - an Object

TPTP 4.2.0 Platform Project
Public API Specification