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