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.
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
|
# File 'lib/datawire_mdk_md.rb', line 10744
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
10794
10795
10796
10797
10798
10799
|
# File 'lib/datawire_mdk_md.rb', line 10794
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
10773
10774
10775
10776
10777
10778
|
# File 'lib/datawire_mdk_md.rb', line 10773
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
10780
10781
10782
10783
10784
10785
|
# File 'lib/datawire_mdk_md.rb', line 10780
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
10787
10788
10789
10790
10791
10792
|
# File 'lib/datawire_mdk_md.rb', line 10787
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
10759
10760
10761
10762
10763
10764
|
# File 'lib/datawire_mdk_md.rb', line 10759
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
10766
10767
10768
10769
10770
10771
|
# File 'lib/datawire_mdk_md.rb', line 10766
def isAbstract()
return true
nil
end
|