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