Class: KeyPathMonitor::MapChangeImpl

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

Instance Method Summary collapse

Constructor Details

#initialize(this) ⇒ MapChangeImpl

Returns a new instance of MapChangeImpl.



123
124
125
# File 'lib/fxmlloader/j8_expression_value.rb', line 123

def initialize(this)
  @this = this
end

Instance Method Details

#onChanged(change) ⇒ Object



127
128
129
# File 'lib/fxmlloader/j8_expression_value.rb', line 127

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