Class RemoteObservable

java.lang.Object
  |
  +--java.util.Observable
        |
        +--RemoteObservable

public class RemoteObservable
extends java.util.Observable

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

RemoteObservable

public RemoteObservable()
Public constructor.
Method Detail

setJointVariables

public void setJointVariables(JointVariables joints)
Sets the current JointVariable for all Observer objects.
Parameters:
theJointVariables - the JointVariable object.

getJointVariables

public JointVariables getJointVariables()
Returns the current JointVariables being used in the simulation.
Returns:
the current JointVariables.