Uses of Interface
VASSAL.tools.opcache.OpObserver
| Package | Description |
|---|---|
| VASSAL.tools.imageop | |
| VASSAL.tools.opcache |
-
Uses of OpObserver in VASSAL.tools.imageop
Subinterfaces of OpObserver in VASSAL.tools.imageop Modifier and Type Interface Description interfaceImageOpObserverImageOpObservers can be notified on the completion of anImageOp.Classes in VASSAL.tools.imageop that implement OpObserver Modifier and Type Class Description classRepainterAnImageOpObserverwhich repaintsComponents.Methods in VASSAL.tools.imageop with parameters of type OpObserver Modifier and Type Method Description BufferedImageGamePieceOpImpl. get(OpObserver<BufferedImage> obs)Future<BufferedImage>GamePieceOpImpl. getFuture(OpObserver<BufferedImage> obs) -
Uses of OpObserver in VASSAL.tools.opcache
Methods in VASSAL.tools.opcache with parameters of type OpObserver Modifier and Type Method Description VAbstractOpImpl. get(OpObserver<V> obs)<V> VOpCache. get(OpCache.Key<V> key, OpObserver<V> obs)Gets a value from the cache, possibly asynchronously.Future<V>AbstractOpImpl. getFuture(OpObserver<V> obs)<V> Future<V>OpCache. getFuture(OpCache.Key<V> key, OpObserver<V> obs)Gets aFuturefrom the cache.