Normand Briere
2019-09-02 0050edcb88bac197578ec518425c8c1e1b4e469f
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}