Class: ArcadiaContractListenerThread
- Inherits:
-
ArcadiaContractListener
- Object
- ArcadiaContractListener
- ArcadiaContractListenerThread
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
Instance Method Summary collapse
Methods inherited from ArcadiaContractListener
Constructor Details
This class inherits a constructor from ArcadiaContractListener
Instance Method Details
#create_callback(_contract) ⇒ Object
1031 1032 1033 1034 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 1031 def create_callback(_contract) #Thread.new do super(_contract, _subscriber, _method) end ObserverCallbackContractThread.new(_contract, @subscriber, @method, @channel) end |