Class: Quark::DatawireMdkMd::QuarkConcurrentFutureListener
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkConcurrentFutureListener.
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
|
# File 'lib/datawire_mdk_md.rb', line 10690
def initialize()
super("quark.concurrent.FutureListener")
(self).name = "quark.concurrent.FutureListener"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([])
(self).methods = ::DatawireQuarkCore::List.new([::Quark.datawire_mdk_md.quark_concurrent_FutureListener_onFuture_Method.new()])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
10740
10741
10742
10743
10744
10745
|
# File 'lib/datawire_mdk_md.rb', line 10740
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
10719
10720
10721
10722
10723
10724
|
# File 'lib/datawire_mdk_md.rb', line 10719
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
10726
10727
10728
10729
10730
10731
|
# File 'lib/datawire_mdk_md.rb', line 10726
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
10733
10734
10735
10736
10737
10738
|
# File 'lib/datawire_mdk_md.rb', line 10733
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
10705
10706
10707
10708
10709
10710
|
# File 'lib/datawire_mdk_md.rb', line 10705
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
10712
10713
10714
10715
10716
10717
|
# File 'lib/datawire_mdk_md.rb', line 10712
def isAbstract()
return true
nil
end
|