Interface OpObserver<V>

All Known Subinterfaces:
ImageOpObserver
All Known Implementing Classes:
Repainter

public interface OpObserver<V>
An OpObserver is notified when its Op completes..

Objects implementing OpObserver are intended to be passed as an argument to {link Op.get(Key,OpObserver)} or {link Op.getFuture(Key,OpObserver)} which which call back to {link #imageOpChange} on completion.

Since:
3.1.0
Author:
Joel Uckelman