aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/mac/SkEventNotifier.h
blob: ea6bbf1e34a4daf842255c6b064db6709614e0b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2011 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#import <Foundation/Foundation.h>

@interface SkEventNotifier : NSObject
- (void)receiveSkEvent:(NSNotification*)notification;
+ (void)postTimedSkEvent:(NSTimeInterval)ti;
+ (void)timerFireMethod:(NSTimer*)theTimer;
@end