com.pixelmed.display
Class SafeCursorChanger.SafeCursorGetterThread

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

public class SafeCursorChanger.SafeCursorGetterThread
extends Object
implements Runnable


Field Summary
protected  Cursor cursor
           
 
Constructor Summary
SafeCursorChanger.SafeCursorGetterThread()
           
 
Method Summary
 Cursor getCursor()
           
 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.SafeCursorGetterThread

public SafeCursorChanger.SafeCursorGetterThread()
Method Detail

run

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

getCursor

public Cursor getCursor()