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