|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.j2s.ajax.ARunnable
This abstract class provides a wrapper of interface Runnable to
give convenience for AClass
or ASWTClass
to set and to get the class that is loaded.
Constructor Summary | |
ARunnable()
|
Method Summary | |
java.lang.Class |
getClazz()
Return the loaded class. |
void |
setClazz(java.lang.Class clazz)
Set the loaded class |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
Constructor Detail |
public ARunnable()
Method Detail |
public java.lang.Class getClazz()
public void setClazz(java.lang.Class clazz)
clazz
- Class class that is already loaded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |