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