| 10 | NotificationListener* NotificationListener::m_instance = nullptr; |
| 11 | |
| 12 | void NotificationListener::init() |
| 13 | { |
| 14 | m_instance = new NotificationListener; |
| 15 | UIContext::registerNotification(m_instance); |
| 16 | } |
| 17 | |
| 18 | |
| 19 | void NotificationListener::OnContextOpen(UIContext* context) |