Normand Briere
2019-08-17 5892f05411c3d4dce2d8a59e0966dc2e1843a971
timeflow/model/TFListener.java
....@@ -1,5 +1,6 @@
11 package timeflow.model;
22
3
-public interface TFListener {
4
- public void note(TFEvent e);
3
+public interface TFListener
4
+{
5
+ public void note(TFEvent e);
56 }