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