This is STAppDelegate.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "STDelegate.h" @interface STAppDelegate : STDelegate { } - appWillInit:sender; - appDidInit:sender; - appDidHide:sender; - appDidUnhide:sender; - appDidBecomeActive:sender; - appDidResignActive:sender; - appDidUpdate:sender; - appWillUpdate:sender; - appWillTerminate:sender; /* - app:sender willShowHelpPanel:panel; - (BOOL)appAcceptsAnotherFile:sender; - (int)app:sender openFile:(const char *)filename type:(const char *)aType; - (int)app:sender openTempFile:(const char *)filename type:(const char *)aType; - (NXDataLinkManager *)app:sender openFileWithoutUI:(const char *)filename type:(const char *)aType; - app:sender powerOffIn:(int)ms andSave:(int)aFlag; - (int)app:sender unmounting:(const char *)fullPath; - app:sender unmounted:(const char *)fullPath; - app:sender mounted:(const char *)fullPath; - app:sender fileOperationCompleted:(int)operation; - app:sender applicationWillLaunch:(const char *)appName; - app:sender applicationDidLaunch:(const char *)appName; - app:sender applicationDidTerminate:(const char *)appName; - applicationDefined:(NXEvent *)theEvent; - powerOff:(NXEvent *)theEvent; */ @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.