Normand Briere
2019-07-20 0a52bd4800459cd9935f360d7ca9555b6bea2146
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}