X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/f280896e33a622c13a0a84dd3fc2276bbdd30f72..e6573410a1846a22a7c861e198f43b63196d4ea2:/ITAppleEventCenter.h diff --git a/ITAppleEventCenter.h b/ITAppleEventCenter.h index 4a71835..ed08e48 100755 --- a/ITAppleEventCenter.h +++ b/ITAppleEventCenter.h @@ -1,14 +1,12 @@ /* * ITFoundation * ITAppleEventCenter - * - * A class for sending and recieving AppleEvent data. - * Who wants to mess with that Carbon shit anyway? + * 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 + * Responsibility : Matt Judy + * Responsibility : Joseph Spiros * * Copyright (c) 2002 - 2003 iThink Software. * All Rights Reserved @@ -23,6 +21,7 @@ } + (id)sharedCenter; -- (NSString*)runAEWithRequestedKey:(NSString*)key eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; +- (NSString*)sendAEWithRequestedKey:(NSString*)key eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; +- (void)sendAEWithEventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; - (void)printCarbonDesc:(AEDesc*)desc; @end