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