org.apache.batik.util.gui

Interface MemoryMonitor.MemoryChangeListener

public interface MemoryMonitor.MemoryChangeListener

This interface allows the RepaintThread to notify an object that the current memory state has changed.
Method Summary
voidmemoryStateChanged(long total, long free)
Indicates that the memory state has changed.

Method Detail

memoryStateChanged

public void memoryStateChanged(long total, long free)
Indicates that the memory state has changed.

Parameters: total The total amount of memory. free The free memory.

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.