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