summaryrefslogtreecommitdiff
path: root/vdrmanager/src
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/src')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/Cache.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/Cache.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/Cache.java
new file mode 100644
index 0000000..35d33d9
--- /dev/null
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/Cache.java
@@ -0,0 +1,8 @@
+package de.bjusystems.vdrmanager.gui;
+
+public interface Cache {
+
+
+ void reset();
+
+}