summaryrefslogtreecommitdiff
path: root/MLKListenerController.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 18:46:26 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 18:46:26 +0200
commit810f69d41261d94d99bd0bec78415065753cee5f (patch)
tree8f3d68123b6161c812ea093e0d19dc0b150a79f6 /MLKListenerController.h
parentcad01f32f911f1129675063cf0f1f57049c40116 (diff)
Listener: Run the evaluator in its own thread.
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 ef54d19..ce206ac 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -36,5 +36,7 @@
- (void)writeChar:(unichar)ch;
- (void)writeString:(NSString *)string;
+- (void)evalObject:(id)object;
+
- (IBAction)submit:(id)sender;
@end