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