import TimeTestFrame; public abstract interface TimeTestFrameCallback{ public abstract void callback(TimeTestFrame f); }