Uses of Interface
VASSAL.tools.opcache.OpObserver
Packages that use OpObserver
-
Uses of OpObserver in VASSAL.tools.imageop
Subinterfaces of OpObserver in VASSAL.tools.imageopModifier and TypeInterfaceDescriptioninterfaceImageOpObservers can be notified on the completion of anImageOp.Classes in VASSAL.tools.imageop that implement OpObserverMethods in VASSAL.tools.imageop with parameters of type OpObserverModifier and TypeMethodDescriptionGamePieceOpImpl.get(OpObserver<BufferedImage> obs) GamePieceOpImpl.getFuture(OpObserver<BufferedImage> obs) -
Uses of OpObserver in VASSAL.tools.opcache
Methods in VASSAL.tools.opcache with parameters of type OpObserverModifier and TypeMethodDescriptionAbstractOpImpl.get(OpObserver<V> obs) <V> VOpCache.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 aFuturefrom the cache.