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