X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/a38dee0c58dae0d276ab663eddf7124c2ce9acc5..f280896e33a622c13a0a84dd3fc2276bbdd30f72:/ITAppleEventCenter.h diff --git a/ITAppleEventCenter.h b/ITAppleEventCenter.h new file mode 100755 index 0000000..4a71835 --- /dev/null +++ b/ITAppleEventCenter.h @@ -0,0 +1,28 @@ +/* + * ITFoundation + * ITAppleEventCenter + * + * A class for sending and recieving AppleEvent data. + * Who wants to mess with that Carbon shit anyway? + * + * Original Author : Joseph Spiros + * Responsibility : Joseph Spiros + * : Kent Sutherland + * : Matt Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + +#import +#import + + +@interface ITAppleEventCenter : NSObject { + +} ++ (id)sharedCenter; +- (NSString*)runAEWithRequestedKey:(NSString*)key eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; +- (void)printCarbonDesc:(AEDesc*)desc; +@end