Class: LoadHandler Abstract
Overview
This class is abstract.
Instance Method Summary collapse
Instance Method Details
#cancelled? ⇒ Boolean
3 4 |
# File 'lib/loadhandler.rb', line 3 def cancelled? end |
#onFailure ⇒ Object
5 6 |
# File 'lib/loadhandler.rb', line 5 def onFailure end |
#onPercentChange ⇒ Object
7 8 |
# File 'lib/loadhandler.rb', line 7 def onPercentChange end |
#onSuccess ⇒ Object
9 10 |
# File 'lib/loadhandler.rb', line 9 def onSuccess end |