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