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