2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 // File: PreferenceControlling.h
6 // Created: Wed Sep 24 2003
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11 #import <Cocoa/Cocoa.h>
14 @protocol PreferenceControlling
16 - (void)preferenceSetWindowsOnTop
:(BOOL
)windowsOnTop
;
17 - (void)preferenceSetAllowRemote
:(BOOL
)allow listenPort
:(int)port broadcastName
:(NSString
*)name
;
20 - (void)preferenceAllowRemoteChanged:(BOOL)allow;
21 - (void)preferenceListenPortChanged:(int)port;
22 - (void)preferenceBroadcastNameChanged:(NSString *)name;