ftp.nice.ch/pub/next/tools/dock/Performance.0.6d.Examples.NIHS.bd.tar.gz#/Performance/Directors/DirectorSource/serverDirector/serverDirector.h

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

#import "director.h"

@interface serverDirector : director
{
  id mySound ;
  id attachmentsPanel ;
  id attachmentsBrowser ;
  id stringHandler ;
  id theServer ;
}

+ (BOOL)allowMultipleLoads ;
- activationOccurredOn:anActor ;
- clearOccurredOn:anActor ;
- didAddActor:anActor ;
- documentWillClose ;
- dragOccurredOn:anActor ;
- dropOccurredOn:anActor ;
- specialActivationOccurredOn:anActor ;
- willEnterScreenSaverMode ;
- willExitScreenSaverMode ;
- willRemoveActor:anActor ;

@end

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