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 interface
ImageOpObserver
ImageOpObserver
s can be notified on the completion of anImageOp
.Classes in VASSAL.tools.imageop that implement OpObserver Modifier and Type Class Description class
Repainter
AnImageOpObserver
which repaintsComponent
s.Methods in VASSAL.tools.imageop with parameters of type OpObserver Modifier and Type Method Description BufferedImage
GamePieceOpImpl. 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 V
AbstractOpImpl. get(OpObserver<V> obs)
<V> V
OpCache. 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 aFuture
from the cache.