de.miethxml.toolkit.ui
Class MemoryUsageToolbarComponent

java.lang.Object
  extended byde.miethxml.toolkit.component.AbstractServiceable
      extended byde.miethxml.toolkit.ui.MemoryUsageToolbarComponent
All Implemented Interfaces:
org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.activity.Startable

public class MemoryUsageToolbarComponent
extends AbstractServiceable
implements org.apache.avalon.framework.activity.Startable, org.apache.avalon.framework.activity.Initializable

Author:
simon

Field Summary
 
Fields inherited from class de.miethxml.toolkit.component.AbstractServiceable
manager
 
Constructor Summary
MemoryUsageToolbarComponent()
           
 
Method Summary
 void initialize()
           
 void start()
           
 void stop()
           
 
Methods inherited from class de.miethxml.toolkit.component.AbstractServiceable
service
 
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()
                throws java.lang.Exception
Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface org.apache.avalon.framework.activity.Startable
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface org.apache.avalon.framework.activity.Startable
Throws:
java.lang.Exception