Class: LoadHandler Abstract

Inherits:
Object show all
Defined in:
lib/loadhandler.rb

Overview

This class is abstract.

Instance Method Summary collapse

Instance Method Details

#cancelled?Boolean

Returns:

  • (Boolean)


3
4
# File 'lib/loadhandler.rb', line 3

def cancelled?
end

#onFailureObject



5
6
# File 'lib/loadhandler.rb', line 5

def onFailure
end

#onPercentChangeObject



7
8
# File 'lib/loadhandler.rb', line 7

def onPercentChange
end

#onSuccessObject



9
10
# File 'lib/loadhandler.rb', line 9

def onSuccess
end