Class: KeyPathMonitor::ChangeListenerImpl
- Inherits:
-
Object
- Object
- KeyPathMonitor::ChangeListenerImpl
- Includes:
- ChangeListener
- Defined in:
- lib/fxmlloader/j8_expression_value.rb
Instance Method Summary collapse
- #changed(ov, old, new) ⇒ Object
-
#initialize(this) ⇒ ChangeListenerImpl
constructor
A new instance of ChangeListenerImpl.
Constructor Details
#initialize(this) ⇒ ChangeListenerImpl
Returns a new instance of ChangeListenerImpl.
137 138 139 |
# File 'lib/fxmlloader/j8_expression_value.rb', line 137 def initialize(this) @this = this end |
Instance Method Details
#changed(ov, old, new) ⇒ Object
141 142 143 |
# File 'lib/fxmlloader/j8_expression_value.rb', line 141 def changed(ov, old, new) @this.normal_changed(ov, old, new) end |