00001 package gov.nasa.arc.ase.jpf; 00002 00003 public interface Timer { 00004 public void tick(); 00005 }