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