JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCSwingRunnable

java.lang.Object
  |
  +--com.klg.jclass.util.swing.JCSwingRunnable
All Implemented Interfaces:
Runnable

public abstract class JCSwingRunnable
extends Object
implements Runnable

Absract runnable class that provides the runSafe() method. After creating an object of this type one should call the runSafe() method to get it going.


Field Summary
protected  Object o
           
 
Constructor Summary
JCSwingRunnable()
           
JCSwingRunnable(Object o)
           
 
Method Summary
abstract  void run()
          This method should be implemented to provide desired functionality.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

o

protected Object o
Constructor Detail

JCSwingRunnable

public JCSwingRunnable()

JCSwingRunnable

public JCSwingRunnable(Object o)
Method Detail

run

public abstract void run()
This method should be implemented to provide desired functionality.

Specified by:
run in interface Runnable

Copyright © 2004 Quest Software Inc..
All rights reserved.