Class: KeyPathMonitor::MapChangeImpl
- Inherits:
-
Object
- Object
- KeyPathMonitor::MapChangeImpl
- Includes:
- MapChangeListener
- Defined in:
- lib/fxmlloader/j8_expression_value.rb
Instance Method Summary collapse
-
#initialize(this) ⇒ MapChangeImpl
constructor
A new instance of MapChangeImpl.
- #onChanged(change) ⇒ Object
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 |