public interface HotSwapVetoableListener
| Modifier and Type | Method and Description |
|---|---|
default boolean |
shouldHotSwap(CompileContext finishedCompilationContext)
Deprecated.
|
default boolean |
shouldHotSwap(ProjectTaskContext context)
Returns
false if Hot Swap shouldn't be invoked after the given compilation session. |
@Deprecated default boolean shouldHotSwap(CompileContext finishedCompilationContext)
shouldHotSwap(ProjectTaskContext)false if Hot Swap shouldn't be invoked after the given compilation session.default boolean shouldHotSwap(ProjectTaskContext context)
false if Hot Swap shouldn't be invoked after the given compilation session.