Normand Briere
2019-10-01 65bdec7ae2c99ca2102c55f92bd62b48c9f14847
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}