|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.washington.biostr.sig.brainj3d.core.client.CallbackRunnable
public abstract class CallbackRunnable
Title:
Description:
Copyright: Copyright (c) 2003
Company:
The callback runnable is used by the callback. It has a
single Object for data (accessed with getData()). It is started
by the Callback on a thread designated by thread
This can currenlty be Callback.EVENT_THREAD
or Callback.CLIENT_THREAD
| Constructor Summary | |
|---|---|
CallbackRunnable(int thread)
Create a CallbackRunnable with the base as sub. |
|
| Method Summary | |
|---|---|
Object |
getData()
|
void |
setData(Object data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Constructor Detail |
|---|
public CallbackRunnable(int thread)
sub - The callback.| Method Detail |
|---|
public void setData(Object data)
public Object getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||