org.apache.batik.util.gui
public interface MemoryMonitor.MemoryChangeListener
| Method Summary | |
|---|---|
| void | memoryStateChanged(long total, long free)
Indicates that the memory state has changed. |
Parameters: total The total amount of memory. free The free memory.