Package org.eclipse.epsilon.profiling
Interface IProfilerListener
-
- All Known Implementing Classes:
ProfilerView
public interface IProfilerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh()
void
targetStarted(String target)
void
targetStopped(String target)
-