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