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