Normand Briere
2019-09-17 d248db5fc21c4b0ab24968974e5e590f413ef8fc
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}