You.i Engine
YiAppLifeCycleBridge.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_APP_LIFE_CYCLE_BRIDGE_H_
3 #define _YI_APP_LIFE_CYCLE_BRIDGE_H_
4 
5 #include "signal/YiSignal.h"
6 
8 
18 {
19 public:
23  void OnForegroundEntered();
27  void OnBackgroundEntered();
28 
37 
38 protected:
40 
41 private:
43 };
44 
49 #endif // _YI_APP_LIFE_CYCLE_BRIDGE_H_
CYISignal BackgroundEntered
Definition: YiAppLifeCycleBridge.h:36
CYISignal ForegroundEntered
Definition: YiAppLifeCycleBridge.h:32
Instantiates the CYIAppLifeCycleBridge; the instance will be deleted automatically when the applicati...
Definition: YiAppLifeCycleBridgeLocator.h:17
Provides a means for apps to signal components that the app has entered the foreground or background...
Definition: YiAppLifeCycleBridge.h:17
Signals and slots are a thread-safe and flexible communication framework that will allow various obje...
Definition: YiSignal.h:164