Uses of Interface
VASSAL.tools.lang.Callback
Packages that use Callback
-
Uses of Callback in VASSAL.tools.image.tilecache
Methods in VASSAL.tools.image.tilecache with parameters of type CallbackModifier and TypeMethodDescriptionvoidFileArchiveImageTiler.run(FileArchive fa, String tpath, int tw, int th, String[] ipaths, ExecutorService exec, ImageLoader loader, TileSlicer slicer, Callback<String> imageListener, Callback<Void> tileListener, Callback<Void> doneListener)Tile image contained in an archive.voidTileSlicer.slice(BufferedImage src, String iname, String tpath, int tw, int th, ExecutorService exec, Callback<Void> progress)Slices an image into tiles.voidTileSlicerImpl.slice(BufferedImage src, String iname, String tpath, int tw, int th, ExecutorService exec, Callback<Void> progress)Slices an image into tiles.