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