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