com.alee.extended.statusbar
Class MemoryBarAdapter

java.lang.Object
  extended by com.alee.extended.statusbar.MemoryBarAdapter
All Implemented Interfaces:
MemoryBarListener

public abstract class MemoryBarAdapter
extends java.lang.Object
implements MemoryBarListener

Adapter for MemoryBarListener.

Author:
Mikle Garin

Constructor Summary
MemoryBarAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryBarAdapter

public MemoryBarAdapter()
Method Detail

gcCalled

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

Specified by:
gcCalled in interface MemoryBarListener

gcCompleted

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

Specified by:
gcCompleted in interface MemoryBarListener