Package org.apache.batik.util.gui
Interface MemoryMonitor.MemoryChangeListener
-
- All Known Implementing Classes:
MemoryMonitor.History,MemoryMonitor.Usage
- Enclosing class:
- MemoryMonitor
public static interface MemoryMonitor.MemoryChangeListenerThis interface allows the RepaintThread to notify an object that the current memory state has changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmemoryStateChanged(long total, long free)Indicates that the memory state has changed.
-