Method: HMainView#onExit

Defined in:
lib/hwidgets/hmainview.rb

#onExitObject



13
14
15
16
17
18
19
# File 'lib/hwidgets/hmainview.rb', line 13

def onExit
  hm().dealloc(@oid) if @view
  self.hotLog("HMainView::onExit dealloc hmainview oid: #{@oid}".yellow)
  hl.<< "################################################################################################".hight_cyan, "DEBUG2"
  hl.<< "#                                          [onExit]#:                                          #".hight_cyan, "DEBUG2"
  hm().showAll
end