org.jboss.console.manager.interfaces.impl
Class GraphMBeanAttributeAction.UpdateThread

java.lang.Object
  extended byorg.jboss.console.manager.interfaces.impl.GraphMBeanAttributeAction.UpdateThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GraphMBeanAttributeAction (src)

public class GraphMBeanAttributeAction.UpdateThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
GraphMBeanAttributeAction.UpdateThread(GraphMBeanAttributeAction.MBeanXYDataset (src)  data, TreeContext (src)  tc)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphMBeanAttributeAction.UpdateThread

public GraphMBeanAttributeAction.UpdateThread(GraphMBeanAttributeAction.MBeanXYDataset (src)  data,
                                              TreeContext (src)  tc)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable