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