KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tc > stats > statistics > Statistic


1 /*
2  * Copyright (c) 2003-2006 Terracotta, Inc. All rights reserved.
3  */

4 package com.tc.stats.statistics;
5
6 public interface Statistic {
7
8   long getLastSampleTime();
9
10 }
11
Popular Tags