package org.ovirt.engine.ui.uicompat; public interface IProvidePropertyChangedEvent { Event<PropertyChangedEventArgs> getPropertyChangedEvent(); }