Uses of Class
loci.formats.cache.CacheEvent
Packages that use CacheEvent
Package
Description
Package containing Bio-Formats caching logic, for managing
subsets of large collections of image planes in memory.
Package containing Bio-Formats graphical user interface code.
-
Uses of CacheEvent in loci.formats.cache
Methods in loci.formats.cache with parameters of type CacheEventModifier and TypeMethodDescriptionvoidCacheListener.cacheUpdated(CacheEvent e) Called when cache is updated.protected voidCache.notifyListeners(CacheEvent e) Informs listeners of a cache update.protected voidCacheStrategy.notifyListeners(CacheEvent e) Informs listeners of a cache update. -
Uses of CacheEvent in loci.formats.gui
Methods in loci.formats.gui with parameters of type CacheEventModifier and TypeMethodDescriptionvoidCacheComponent.cacheUpdated(CacheEvent e) Updates GUI to match latest cache state.voidCacheIndicator.cacheUpdated(CacheEvent e)