com.pixelmed.display
Class SafeCursorChanger.SafeCursorSetterThread

java.lang.Object
  extended by com.pixelmed.display.SafeCursorChanger.SafeCursorSetterThread
All Implemented Interfaces:
Runnable
Enclosing class:
SafeCursorChanger

public class SafeCursorChanger.SafeCursorSetterThread
extends Object
implements Runnable


Field Summary
protected  Cursor cursor
           
 
Constructor Summary
SafeCursorChanger.SafeCursorSetterThread(Cursor cursor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

protected Cursor cursor
Constructor Detail

SafeCursorChanger.SafeCursorSetterThread

public SafeCursorChanger.SafeCursorSetterThread(Cursor cursor)
Method Detail

run

public void run()
Specified by:
run in interface Runnable