Public Member Functions

<OFTimeStampDelegate> Protocol Reference

#import <OFTimeStamp.h>

List of all members.

Public Member Functions

(void) - didGetServerTime:
(void) - didFailGetServerTime

Detailed Description

Adopt the OFTimeStamp Protocol to receive information regarding OFTimeStamp. You must call OFTimeStamp's +(void)setDelegate: method to receive information.


Member Function Documentation

- (void) didFailGetServerTime [optional]

Invoked when getServerTime fails.

- (void) didGetServerTime: (OFTimeStamp *)  timeStamp [optional]

Invoked when getServerTime successfully completes

Parameters:
timeStampThe current server time stamp

The documentation for this protocol was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties