Normand Briere
2019-04-24 07750666120cf38c7ad4f3a3a583a8c4d582bb0e
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 }