ftp.nice.ch/Attic/openStep/developer/resources/IconKit.4.2.1.m.NIS.b.tgz#/IconKit.4.2.1.m.NIS.b/IconKit.framework/Versions/A/Headers/IKAnnouncer.h

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

#import <Foundation/NSObject.h>
#import <Foundation/NSArray.h>
#import "IKDependency.h"
@class IKFolder;

@interface IKAnnouncer:NSObject
<IKDependency>
{
		IKFolder		*owner;
		NSMutableArray	*usersAndListeners;
		int				numUsers;
		BOOL			sendAnnouncements;
}
- (IKAnnouncer *)initOwner: theOwner;
- (void)dealloc;
- (NSMutableArray *)usersAndListeners;
- (int) numUsers;
- (BOOL) sendAnnouncements;
- (void)setSendAnnouncements: (BOOL) flag;
- (BOOL)isUser:who;
- (void)addUser: who;
- (void)addListener: who;
- (void)removeUser: who;
- (void)removeListener: who;
- (void)announce: (SEL) message;
- (void)announce:(SEL)message with: arg;
- (BOOL)poll:(SEL)message;
- (BOOL) poll: (SEL) message  with: arg;

@end

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