class Alexandria::UI::SearchThreadCounter

assists in turning on progress bar when searching and turning it off when all search threads have completed…

Attributes

count[R]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/alexandria/ui/acquire_dialog.rb, line 23
def initialize
  @count = 0
  super
end

Public Instance Methods