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