org.vrspace.server
Class PublicVRObject

java.lang.Object
  extended byjava.util.Observable
      extended byorg.vrspace.server.VRObject
          extended byorg.vrspace.server.PublicVRObject
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ObserverSensor, OwnedVRObject, ProximitySensor, Robot

public class PublicVRObject
extends VRObject

Public VRObject = forwards events to all the listeners.


Field Summary
 
Fields inherited from class org.vrspace.server.VRObject
db_id, primitiveMap, primitives
 
Constructor Summary
PublicVRObject()
           
 
Method Summary
protected  void setValue(Request r)
          Forwards the request to other clients if eventName does not begin with _
 
Methods inherited from class org.vrspace.server.VRObject
arrayToString, canRead, canWrite, clone, equals, fieldToText, fromString, fromText, getClassName, getField, getFields, getId, getID, getMemebers, hasField, hasMethod, isNew, newInstance, sendEvent, sendResponse, setField, setField, setField, setFields, setFields, stringToArray, toString, toText, toText, toText
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicVRObject

public PublicVRObject()
Method Detail

setValue

protected void setValue(Request r)
Forwards the request to other clients if eventName does not begin with _

Overrides:
setValue in class VRObject