Methods
- -initWithServerActionHint:
- initializes the receiver.
- +notificationName
- +sendShutdownNotificationTo:
- -serverActionHint
initializes the receiver.
- initWithServerActionHint: (ft_server_action_hint_t) actionHint;
Parameter Descriptions
actionHint
- server's action to be performed next and for which
this notification is being sent.
- method result
- self
+ (NSString *) notificationName;
- method result
- name of notification
+ (void) sendShutdownNotificationTo: (NSNotificationCenter *) center;
- (ft_server_action_hint_t) serverActionHint;
- method result
- return information about the server's next action
(Last Updated August 27, 2006)