Normand Briere
2019-06-11 4113164b3be1e50251ac40d6fd65660f0a6c2e63
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 }