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