2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "GSEventMonitor-Protocol.h"
11 @
class NSTimer
, UIEventObservableWindow
;
13 @interface InactivityMonitor
: NSObject
<GSEventMonitor
>
15 double _inactivityDurationInterval
;
16 double _lastActivityTime
;
19 int _pendingMouseUpCount
;
20 float _referenceTolerance
;
21 struct CGPoint _referencePoint
;
22 UIEventObservableWindow
*_window
;
23 unsigned int _monitoring
:1;
24 unsigned int _ignorePendingMouseUp
:1;
27 - (id
)initForWindow
:(id
)fp8 inactivityDuration
:(double)fp12 delegate
:(id
)fp20
;
28 - (void)setActivityTolerance
:(float)fp8 withReferencePoint
:(struct CGPoint
)fp12
;
29 - (void)restartWithDuration
:(double)fp8
;
30 - (void)eventObservableWindowWillDeallocate
:(id
)fp8
;
31 - (void)clearDelegate
;
34 - (void)setIgnorePendingMouseUp
:(BOOL
)fp8
;
35 - (void)_createNewTimer
;
36 - (void)_postTimerFired
;
37 - (void)startMonitoring
;
38 - (void)stopMonitoring
;
39 - (void)timerFired
:(id
)fp8
;
40 - (void)_coreEventObservableWindow
:(id
)fp8 willSendEventAtPoint
:(struct CGPoint
)fp12
;
41 - (void)eventObservableWindow
:(id
)fp8 willSendEvent
:(struct __GSEvent
*)fp12
;
42 - (void)eventObservableWindow
:(id
)fp8 willSendUIEvent
:(id
)fp12
;