Interface StatisticsCapable

All Superinterfaces:
org.gvsig.tools.observer.Observable, org.gvsig.tools.observer.WeakReferencingObservable
All Known Subinterfaces:
Buffer

public interface StatisticsCapable extends org.gvsig.tools.observer.WeakReferencingObservable
This interface must be implemented by those classes which can provide statistics.
Author:
fdiaz
  • Method Summary

    Modifier and Type
    Method
    Description
    getStatistics(org.gvsig.tools.task.SimpleTaskStatus status)
    Gets the statistics of the object than implements this interface

    Methods inherited from interface org.gvsig.tools.observer.Observable

    addObserver, deleteObserver, deleteObservers
  • Method Details

    • getStatistics

      Statistics getStatistics(org.gvsig.tools.task.SimpleTaskStatus status)
      Gets the statistics of the object than implements this interface
      Parameters:
      status -
      Returns:
      the statistics