1 package org.catacomb.numeric.data; 2 3 4 // REFAC move? 5 6 public interface Timestampable { 7 8 public void stampTime(double t); 9 10 }