#include <application_not_responding_detector.h>
|
class | Observer |
| Notification object for application-not-responsive signals. More...
|
|
mir::scene::ApplicationNotRespondingDetector::ApplicationNotRespondingDetector |
( |
| ) |
|
|
default |
virtual mir::scene::ApplicationNotRespondingDetector::~ApplicationNotRespondingDetector |
( |
| ) |
|
|
virtualdefault |
virtual void mir::scene::ApplicationNotRespondingDetector::pong_received |
( |
frontend::Session const * |
received_for | ) |
|
|
pure virtual |
virtual void mir::scene::ApplicationNotRespondingDetector::register_observer |
( |
std::shared_ptr< Observer > const & |
observer | ) |
|
|
pure virtual |
virtual void mir::scene::ApplicationNotRespondingDetector::register_session |
( |
frontend::Session const * |
session, |
|
|
std::function< void()> const & |
pinger |
|
) |
| |
|
pure virtual |
virtual void mir::scene::ApplicationNotRespondingDetector::unregister_observer |
( |
std::shared_ptr< Observer > const & |
observer | ) |
|
|
pure virtual |
virtual void mir::scene::ApplicationNotRespondingDetector::unregister_session |
( |
frontend::Session const * |
session | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Jun 5 11:05:03 UTC 2017