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