3314:be841c05a7f3 | 3315:bd1a25ead18d |
---|---|
79 @ireturn title of the menu (string) | 79 @ireturn title of the menu (string) |
80 @exception NotImplementedError raised if the class has not been | 80 @exception NotImplementedError raised if the class has not been |
81 reimplemented | 81 reimplemented |
82 """ | 82 """ |
83 raise NotImplementedError | 83 raise NotImplementedError |
84 | |
85 def shutdown(self): | |
86 """ | |
87 Public method to perform shutdown actions. | |
88 | |
89 Note: Derived class may implement this method if needed. | |
90 """ | |
91 pass |