Uses of Interface
VASSAL.tools.opcache.OpObserver
-
Uses of OpObserver in VASSAL.tools.imageop
Modifier and TypeInterfaceDescriptioninterface
ImageOpObserver
s can be notified on the completion of anImageOp
.Modifier and TypeMethodDescriptionGamePieceOpImpl.get
(OpObserver<BufferedImage> obs) GamePieceOpImpl.getFuture
(OpObserver<BufferedImage> obs) -
Uses of OpObserver in VASSAL.tools.opcache
Modifier and TypeMethodDescriptionAbstractOpImpl.get
(OpObserver<V> obs) <V> V
OpCache.get
(OpCache.Key<V> key, OpObserver<V> obs) Gets a value from the cache, possibly asynchronously.AbstractOpImpl.getFuture
(OpObserver<V> obs) <V> Future
<V> OpCache.getFuture
(OpCache.Key<V> key, OpObserver<V> obs) Gets aFuture
from the cache.