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