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 TypeMethodDescriptiongetStatistics(org.gvsig.tools.task.SimpleTaskStatus status) Gets the statistics of the object than implements this interfaceMethods inherited from interface org.gvsig.tools.observer.Observable
addObserver, deleteObserver, deleteObservers
-
Method Details
-
getStatistics
Gets the statistics of the object than implements this interface- Parameters:
status-- Returns:
- the statistics
-