@FunctionalInterface public interface DeallocationListener extends AllocationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDeallocated() |
default void |
onPotentialLeak() |
void onDeallocated()
onDeallocated in interface AllocationListenerdefault void onPotentialLeak()
onPotentialLeak in interface AllocationListener