TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui
Interface IProfileEventListener

All Known Implementing Classes:
BaseTraceInteractions, FilterTraceViewer, TraceInteractions, TraceViewer

public interface IProfileEventListener

A profile event listener registers with the profile plug-in to receive profile event notification from the application being profiled.

Clients may implement this interface.


Method Summary
 void handleProfileEvent(ProfileEvent event)
          Notifies this listener of the given profile event.
 

Method Detail

handleProfileEvent

void handleProfileEvent(ProfileEvent event)
Notifies this listener of the given profile event.

Parameters:
event - the profile event

TPTP 4.6.0 Platform Project
Public API Specification