summaryrefslogtreecommitdiff
path: root/MLKListenerController.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 18:28:25 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 18:28:25 +0200
commitcad01f32f911f1129675063cf0f1f57049c40116 (patch)
treed0a7f7e832d58187926c5fa3469df89cd33eb372 /MLKListenerController.h
parent5f0f8e7c29b6812c1f7a2696d345a5dc7b1a217a (diff)
Listener: Execute code after reading it.
Diffstat (limited to 'MLKListenerController.h')
-rw-r--r--MLKListenerController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKListenerController.h b/MLKListenerController.h
index 6e12a8f..ef54d19 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -31,6 +31,8 @@
+ (void)initialize;
+- (void)initialiseInterpreter;
+
- (void)writeChar:(unichar)ch;
- (void)writeString:(NSString *)string;