Uses of Interface
org.zeroturnaround.javarebel.AfterMainCallback
Packages that use AfterMainCallback
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
-
Uses of AfterMainCallback in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel with parameters of type AfterMainCallbackModifier and TypeMethodDescriptionvoidIntegration.addAfterMainCallback(AfterMainCallback callback) Registers a callback that will be invoked after the main method is called.