Method: Packet_List#clearItems
- Defined in:
- lib/Packet_List.rb
#clearItems(*args) ⇒ Object
Remove all items, but do this within the mutex to be sure everything goes ok.
146 147 148 149 150 151 |
# File 'lib/Packet_List.rb', line 146 def clearItems(*args) $fx_icon_item_remove_mutex.synchronize do #puts "clearitems" super end end |