summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/isode/stroke/network/TimerFactory.java')
-rw-r--r--src/com/isode/stroke/network/TimerFactory.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/com/isode/stroke/network/TimerFactory.java b/src/com/isode/stroke/network/TimerFactory.java
new file mode 100644
index 0000000..2732aaf
--- /dev/null
+++ b/src/com/isode/stroke/network/TimerFactory.java
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2010, Isode Limited, London, England.
+ * All rights reserved.
+ */
+/*
+ * Copyright (c) 2010, Remko Tron¨on.
+ * All rights reserved.
+ */
+
+package com.isode.stroke.network;
+
+
+public interface TimerFactory {
+ Timer createTimer(int milliseconds);
+}