KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mockobjects > examples > dynamic > Timer


1
2 package com.mockobjects.examples.dynamic;
3
4
5 public interface Timer {
6     
7     int getTime();
8
9 }
10
Popular Tags