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