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