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