org.kabeja.ui.impl
Class MemoryUsageToolbarComponent

java.lang.Object
  extended by org.kabeja.ui.impl.MemoryUsageToolbarComponent
All Implemented Interfaces:
Component, Serviceable, Startable

public class MemoryUsageToolbarComponent
extends java.lang.Object
implements Serviceable, Startable

Author:
simon

Constructor Summary
MemoryUsageToolbarComponent()
           
 
Method Summary
 void initialize()
           
 void setServiceManager(ServiceManager manager)
          Set the @see ServiceManager of the application.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryUsageToolbarComponent

public MemoryUsageToolbarComponent()
Method Detail

initialize

public void initialize()

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Startable

setServiceManager

public void setServiceManager(ServiceManager manager)
Description copied from interface: Serviceable
Set the @see ServiceManager of the application.

Specified by:
setServiceManager in interface Serviceable