us.ihmc.graphics3DAdapter.utils
Class GraphicsDemoTools.BlinkRunnable

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.utils.GraphicsDemoTools.BlinkRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GraphicsDemoTools

public static class GraphicsDemoTools.BlinkRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
GraphicsDemoTools.BlinkRunnable(Graphics3DInstruction instruction)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsDemoTools.BlinkRunnable

public GraphicsDemoTools.BlinkRunnable(Graphics3DInstruction instruction)
Method Detail

run

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