|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.tools.DataRefreshTool
public class DataRefreshTool
This tool sends data to any tool that requests it.
| Method Summary | |
|---|---|
static DataRefreshTool |
getTool(Data data)
Returns a DataRefreshTool for the specified data object. |
void |
send(Job job,
Tool replyTo)
Sends a job to this tool and specifies a tool to reply to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DataRefreshTool getTool(Data data)
data - the data
public void send(Job job,
Tool replyTo)
throws java.rmi.RemoteException
send in interface Tooljob - the JobreplyTo - the tool requesting refreshed data
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||