Normand Briere
2019-08-07 59de607850161a26863f92961d53caae7a2dabc8
1
2
3
4
5
6
package timeflow.model;
 
public interface TFListener
{
        public void note(TFEvent e);
}