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