michael@0: /* michael@0: * Copyright 2011 Google Inc. michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: #import michael@0: michael@0: @interface SkEventNotifier : NSObject michael@0: - (void)receiveSkEvent:(NSNotification*)notification; michael@0: + (void)postTimedSkEvent:(NSTimeInterval)ti; michael@0: + (void)timerFireMethod:(NSTimer*)theTimer; michael@0: @end