From 810f69d41261d94d99bd0bec78415065753cee5f Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 28 Aug 2008 18:46:26 +0200 Subject: Listener: Run the evaluator in its own thread. --- MLKListenerController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKListenerController.h') 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 -- cgit v1.2.3