Method: GGLib::StateObject#onEnd
- Defined in:
- lib/state.rb
#onEnd ⇒ Object
This method is called when the static screen is uninitialized. It is ment to be overridden in derived classes. This is a good place to preform tasks such as stopping audio. Widgets are automatically destroyed on exit by the base class StaticScreen
44 45 |
# File 'lib/state.rb', line 44 def onEnd end |