Normand Briere
2019-07-01 6600d22461ccc1cb602f238a9ffa83cf07dd830e
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}