com.ibm.lab.soln.jdt
Interface IJavaMetricsListener

All Known Implementing Classes:
JavaMetricsView

public interface IJavaMetricsListener

Notification protocol between JavaModel instances and its interested parties.


Method Summary
 void refresh(JavaMetrics jm)
          Notification of a change in the JavaModel instance.
 

Method Detail

refresh

public void refresh(JavaMetrics jm)
Notification of a change in the JavaModel instance.

Parameters:
jm - instance that has changed.
See Also:
JavaMetrics.addListener(IJavaMetricsListener), JavaMetrics.removeListener(IJavaMetricsListener)