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