Interface HasObjectChangedEventHandler<T>
- All Known Subinterfaces:
ObjectModificationsTracked<T>
- All Known Implementing Classes:
ChangeMonitoredList,ChangeMonitoredSet,InstanceContainer,MonitoredCollection
public interface HasObjectChangedEventHandler<T>
-
Method Summary
Modifier and TypeMethodDescriptionHandlerRegistrationlisten to changes of this particular instance.HandlerRegistrationlisten to changes of this object.
-
Method Details
-
addObjectChangedHandler
listen to changes of this object.- Parameters:
handler-
-
addInstanceChangedHandler
listen to changes of this particular instance. S- Parameters:
handler-
-