Ignore:
Timestamp:
01/02/03 05:30:03 (21 years ago)
Author:
Nicholas Riley
Message:

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:ignore
      •  

        old new  
        11build
         2.gdb_history
  • trunk/Cocoa/Pester/Source/PSAlert.h

    r34 r53  
    99#import <Foundation/Foundation.h>
    1010#import "PSAlarm.h"
     11#import "PSPropertyListSerialization.h"
     12#import "NSString-NJRExtensions.h"
    1113
    12 @interface PSAlert : NSObject {
     14extern NSString * const PSAlertCreationException;
    1315
     16extern NSString * const PSAlarmAlertCompletedNotification; // userInfo key: "alert" -> PSAlert
     17
     18@interface PSAlert : NSObject <PSPropertyListSerialization> {
     19   
    1420}
    15 
    16 // XXX need archiving support
    1721
    1822// subclasses should implement these methods
    1923+ (PSAlert *)alert;
    2024- (void)triggerForAlarm:(PSAlarm *)alarm;
     25- (BOOL)requiresPesterFrontmost;
     26
     27- (NSAttributedString *)actionDescription;
     28
     29// after alert completes, invoke method of superclass
     30- (void)completedForAlarm:(PSAlarm *)alarm;
    2131
    2232@end
Note: See TracChangeset for help on using the changeset viewer.