OSDN Git Service

IUpdatableをIUpdateContextとIUpdateTimerに分離する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / View / IUpdateable.cs
index 632ec2d..2af3e19 100644 (file)
@@ -1,8 +1,12 @@
 namespace KancolleSniffer.View\r
 {\r
-    public interface IUpdateable\r
+    public interface IUpdateContext\r
     {\r
         UpdateContext Context { set; }\r
+    }\r
+\r
+    public interface IUpdateTimers : IUpdateContext\r
+    {\r
         void UpdateTimers();\r
     }\r
 }
\ No newline at end of file