ftp.nice.ch/Attic/openStep/developer/resources/CrashTrap.1.6.mw.s.tgz#/CrashTrap/AppDelegate.h

This is AppDelegate.h in view mode; [Download] [Up]

// $Id$

//
// --------------------- AppDelegate Class Interface --------------------------
//
// Demo for OEObject
//
// AUTHOR: ivo  ivo@hasc.ca  (ported to OPENSTEP by Art Isbell - arti@lava.net)
// ----------------------------------------------------------------------------
//

// ----------------------------- Header Files ---------------------------------

#import <Foundation/NSObject.h>
#import <AppKit/NSNibDeclarations.h>

// ---------------- Typedef, Struct, and Union Declarations -------------------

// --------------------- Constant and Enum Definitions ------------------------

@interface AppDelegate:NSObject
{
// -------------------- Instance Variable Declarations ------------------------
@private
@protected

    IBOutlet NSWindow *window;

@public
}
// ----------------------- Class Method Declarations --------------------------

// ---------------- Overridden Instance Method Declarations -------------------

// ------------------- New Instance Method Declarations -----------------------

- (IBAction)afterCrashMatrixHit:(id)aSender;
- (IBAction)nullCrashHit:(id)aSender;
- (IBAction)unimplementedCrashHit:(id)aSender;
- (IBAction)freedObjectCrashHit:(id)aSender;

// ----------------- Delegate Instance Method Declarations --------------------

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.