summaryrefslogtreecommitdiff
path: root/MLKListenerController.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-28 19:24:12 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-28 19:24:12 +0200
commitfc882679e23e507e0f14afc05a2e4e27fbf96844 (patch)
tree60de6e7050fa0d2cb746bf3037eb5f5e35ec5d71 /MLKListenerController.h
parent8bae5884d857cb7c762f7859b68d36758c1200ac (diff)
Listener: Perform GUI manipulation on the main thread.
Diffstat (limited to 'MLKListenerController.h')
-rw-r--r--MLKListenerController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKListenerController.h b/MLKListenerController.h
index ce206ac..8c02541 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -37,6 +37,7 @@
- (void)writeString:(NSString *)string;
- (void)evalObject:(id)object;
+- (void)enableSubmitButton:(id)sender;
- (IBAction)submit:(id)sender;
@end