-
public interface MemoryPressureListener
Listener interface for memory pressure events.
-
-
Method Summary
Modifier and Type Method Description abstract void
handleMemoryPressure(int level)
Called when the system generates a memory warning. -
-
Method Detail
-
handleMemoryPressure
abstract void handleMemoryPressure(int level)
Called when the system generates a memory warning.
-
-
-
-