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