Class: KeyPathMonitor::ListChangeImpl

Inherits:
Object
  • Object
show all
Includes:
ListChangeListener
Defined in:
lib/fxmlloader/j8_expression_value.rb

Instance Method Summary collapse

Constructor Details

#initialize(this) ⇒ ListChangeImpl

Returns a new instance of ListChangeImpl.



110
111
112
# File 'lib/fxmlloader/j8_expression_value.rb', line 110

def initialize(this)
  @this = this
end

Instance Method Details

#onChanged(change) ⇒ Object



114
115
116
# File 'lib/fxmlloader/j8_expression_value.rb', line 114

def onChanged(change)
  @this.list_changed(change)
end