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