Normand Briere
2019-04-29 8c837a9e50c29e66bdf5bd7ea2fd15b1a7d5d598
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 }