com.alee.extended.statusbar
Interface MemoryBarListener

All Known Implementing Classes:
MemoryBarAdapter

public interface MemoryBarListener

Custom listener for WebMemoryBar component.

Author:
Mikle Garin

Method Summary
 void gcCalled()
          Called when user clicks on memory bar forcing it to call GC.
 void gcCompleted()
          Called when called GC operation is completed.
 

Method Detail

gcCalled

void gcCalled()
Called when user clicks on memory bar forcing it to call GC.


gcCompleted

void gcCompleted()
Called when called GC operation is completed.