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