Uses of Interface
com.pnfsoftware.jeb.util.base.IProgressCallback
Packages that use IProgressCallback
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Basic utility types, used by other utility code.
Utility code for network operations.
JEB's custom serialization facility (PNF-ORPD).
-
Uses of IProgressCallback in com.pnfsoftware.jeb.client
Methods in com.pnfsoftware.jeb.client with parameters of type IProgressCallbackModifier and TypeMethodDescriptionfinal int
AbstractClientContext.ping
(int downloadOrder, int clientChannel, SoftwareBuildInfo sbi, IProgressCallback progressCallback, boolean verbose) Ping the JEB update server, and optionally download a JEB update on a compatible update channel. -
Uses of IProgressCallback in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core with parameters of type IProgressCallbackModifier and TypeMethodDescriptionIEnginesContext.loadProject
(String key, boolean projectMustExist, IProgressCallback callback) Load an existing project or create a new project.boolean
IEnginesContext.saveProject
(String projectKey, String persistenceKey, Map<String, Object> optionalParameters, IProgressCallback callback) Save the state of a project (including artifacts and all units) to the project database. -
Uses of IProgressCallback in com.pnfsoftware.jeb.core.units.code
Fields in com.pnfsoftware.jeb.core.units.code declared as IProgressCallbackMethods in com.pnfsoftware.jeb.core.units.code that return IProgressCallbackModifier and TypeMethodDescriptionDecompilationContext.getCallback()
DecompilerExporter.getCallback()
Methods in com.pnfsoftware.jeb.core.units.code with parameters of type IProgressCallbackModifier and TypeMethodDescriptionvoid
DecompilationContext.setCallback
(IProgressCallback callback) Set an optional callback object to receive progress information regarding a decompilation operation.void
DecompilerExporter.setCallback
(IProgressCallback callback) Set an optional callback to receive progress information on the decompilation. -
Uses of IProgressCallback in com.pnfsoftware.jeb.util.base
Classes in com.pnfsoftware.jeb.util.base that implement IProgressCallbackModifier and TypeClassDescriptionclass
A concurrency-friendly, standard implementation of the progress callback interface.Fields in com.pnfsoftware.jeb.util.base declared as IProgressCallbackModifier and TypeFieldDescriptionprotected IProgressCallback
ExecutionTargetWithProgressCallback.callback
Methods in com.pnfsoftware.jeb.util.base with parameters of type IProgressCallbackModifier and TypeMethodDescriptionvoid
ExecutionTargetWithProgressCallback.setCallback
(IProgressCallback callback) To be called by the task manager; clients do not need to use this method. -
Uses of IProgressCallback in com.pnfsoftware.jeb.util.net
Methods in com.pnfsoftware.jeb.util.net with parameters of type IProgressCallbackModifier and TypeMethodDescriptionlong
INet.downloadBinary
(File dstfile, String url, Map<String, String> urlParams, Map<String, String> serverHeaders, IProgressCallback progressCallback) Download a binary and dump it to disk.long
Net.downloadBinary
(File dstfile, String url, Map<String, String> urlParams, Map<String, String> serverHeaders, IProgressCallback progressCallback) byte[]
INet.queryBinary
(String url, Map<String, String> urlParams, Map<String, String> serverHeaders, IProgressCallback progressCallback) Perform an http GET request.byte[]
Net.queryBinary
(String url, Map<String, String> urlParams, Map<String, String> serverHeaders, IProgressCallback progressCallback) -
Uses of IProgressCallback in com.pnfsoftware.jeb.util.serialization
Fields in com.pnfsoftware.jeb.util.serialization with type parameters of type IProgressCallbackModifier and TypeFieldDescriptionprotected List<IProgressCallback>
AbstractInternalDeserializer.progressCallbacks
Methods in com.pnfsoftware.jeb.util.serialization with parameters of type IProgressCallbackModifier and TypeMethodDescriptionvoid
AbstractInternalDeserializer.addProgressCallback
(IProgressCallback callback) void
Deserializer.addProgressCallback
(IProgressCallback callback) void
Serializer.addProgressCallback
(IProgressCallback callback) void
AbstractInternalDeserializer.removeProgressCallback
(IProgressCallback callback) void
Deserializer.removeProgressCallback
(IProgressCallback callback) void
Serializer.removeProgressCallback
(IProgressCallback callback)