TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui
Interface ProfileEventListener


public interface ProfileEventListener

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


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

Method Detail

handleProfileEvent

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

Parameters:
event - the trace event

TPTP 4.2.0 Platform Project
Public API Specification