Will be called when process foregrounded after suspend. See to it that process_event is called with None to trigger a refresh if not in the middle of a process_event call when suspend happened.
(self)
| 529 | raise NotImplementedError |
| 530 | |
| 531 | def after_suspend(self): |
| 532 | """Will be called when process foregrounded after suspend. |
| 533 | |
| 534 | See to it that process_event is called with None to trigger a refresh |
| 535 | if not in the middle of a process_event call when suspend happened.""" |
| 536 | raise NotImplementedError |
| 537 | |
| 538 | # end methods that should be overridden in subclass |
| 539 |