Normand Briere
2019-04-28 f1c718cce66e5651a0dae91375db6ebfaded1a92
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}