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