java.lang.Object
java.util.Observable
org.vrspace.server.VRObject
org.vrspace.server.PublicVRObject
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- OwnedVRObject
- public class PublicVRObject
- extends VRObject
Public VRObject = forwards events to all the listeners.
|
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, lock, lockClass, newInstance, sendEvent, sendResponse, setField, setField, setField, setFields, setFields, stringToArray, toString, toText, toText, toText, unlock, unlockClass |
PublicVRObject
public PublicVRObject()
setValue
protected void setValue(Request r)
- Forwards the request to other clients if eventName does not begin with _
- Overrides:
setValue in class VRObject