Version 2.0.0: update sources
[jvcard.git] / src / com / googlecode / lanterna / gui2 / TextGUIThreadFactory.java
diff --git a/src/com/googlecode/lanterna/gui2/TextGUIThreadFactory.java b/src/com/googlecode/lanterna/gui2/TextGUIThreadFactory.java
deleted file mode 100644 (file)
index 0ba4290..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package com.googlecode.lanterna.gui2;
-
-/**
- * Factory class for creating {@code TextGUIThread} objects. This is used by {@code TextGUI} implementations to assign
- * their local {@code TextGUIThread} reference
- */
-public interface TextGUIThreadFactory {
-    /**
-     * Creates a new {@code TextGUIThread} objects
-     * @param textGUI {@code TextGUI} this {@code TextGUIThread} should be associated with
-     * @return The new {@code TextGUIThread}
-     */
-    TextGUIThread createTextGUIThread(TextGUI textGUI);
-}