| ImageGearJava Project : com.accusoft.imagegear.callbackinterfaces Package |
| Interface | Description |
|---|---|
| IImGearNotifyPropertyChanged | Implemented by Image Gear for Java SDK classes.
They notify subscribers, i.e. IImGearPropertyChangedListeners that a property has changed by calling IImGearPropertyChangedListener.propertyChanged |
| IImGearPropertyChangedListener | To be implemented by clients wishing to be notified of property changes. Subscribe and unsubscribe for notifications in classes implementing IImGearNotifyPropertyChanged. |