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.IEvent
Indicates that a Property has changed its value.
- Author:
- GAIPS
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface ion.Meta.IEvent
getRaiseTime