]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Starting callback-based parsing....
authorThad Hughes <thad.hughes@gmail.com>
Tue, 27 Dec 2011 19:14:23 +0000 (11:14 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Tue, 27 Dec 2011 19:14:23 +0000 (11:14 -0800)
src/com/hughes/android/dictionary/parser/GeneralFunctionCallbacks.java [new file with mode: 0644]
src/com/hughes/android/dictionary/parser/WikiFunctionCallback.java [new file with mode: 0644]
src/com/hughes/android/dictionary/parser/WikiTokenizerCallback.java [new file with mode: 0644]

diff --git a/src/com/hughes/android/dictionary/parser/GeneralFunctionCallbacks.java b/src/com/hughes/android/dictionary/parser/GeneralFunctionCallbacks.java
new file mode 100644 (file)
index 0000000..626a17a
--- /dev/null
@@ -0,0 +1,7 @@
+package com.hughes.android.dictionary.parser;
+
+public class GeneralFunctionCallbacks {
+  
+  
+
+}
diff --git a/src/com/hughes/android/dictionary/parser/WikiFunctionCallback.java b/src/com/hughes/android/dictionary/parser/WikiFunctionCallback.java
new file mode 100644 (file)
index 0000000..6043323
--- /dev/null
@@ -0,0 +1,5 @@
+package com.hughes.android.dictionary.parser;
+
+public interface WikiFunctionCallback {
+
+}
diff --git a/src/com/hughes/android/dictionary/parser/WikiTokenizerCallback.java b/src/com/hughes/android/dictionary/parser/WikiTokenizerCallback.java
new file mode 100644 (file)
index 0000000..926374a
--- /dev/null
@@ -0,0 +1,5 @@
+package com.hughes.android.dictionary.parser;
+
+public interface WikiTokenizerCallback {
+
+}