|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--RemoteObservable
A class to provide a specific extension of Observable to provide MVC.
Constructor Summary | |
RemoteObservable()
Public constructor. |
Method Summary | |
JointVariables |
getJointVariables()
Returns the current JointVariables being used in the simulation. |
void |
setJointVariables(JointVariables joints)
Sets the current JointVariable for all Observer objects. |
Methods inherited from class java.util.Observable |
addObserver,
clearChanged,
countObservers,
deleteObserver,
deleteObservers,
hasChanged,
notifyObservers,
notifyObservers,
setChanged |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RemoteObservable()
Method Detail |
public void setJointVariables(JointVariables joints)
theJointVariables
- the JointVariable object.public JointVariables getJointVariables()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |