public interface HotSwapPlugin
EspressoHotSwap.registerPlugin(HotSwapPlugin).| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the plugin.
|
void |
postHotSwap(Class<?>[] changedClasses)
Callback method called after HotSwapping completed all class redefinitions.
|
String getName()
void postHotSwap(Class<?>[] changedClasses)
changedClasses - all classes that changed during HotSwap