Package ion.Core.Events
Interface IValueChanged<TOldValue,TNewValue,TProperty extends Property>
-
- Type Parameters:
TProperty- the type of the property which changedTValue- the type of the value of the property which changed
- All Superinterfaces:
ion.Meta.IEvent
- All Known Implementing Classes:
ValueChanged
public interface IValueChanged<TOldValue,TNewValue,TProperty extends Property> extends ion.Meta.IEventIndicates that a Property has changed its value.- Author:
- GAIPS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TNewValuegetNewValue()TOldValuegetOldValue()TPropertygetProperty()
-