Class VSActionActorParticipant

All Implemented Interfaces:
EventListener, IGProp<String>, IPropReference, IReferencingGProp, Cloneable

public class VSActionActorParticipant extends VSActionReference
The VirtualSpace Action Actor Participant used by Action Actors. The property class hold the relative reference to a VSAction instance and makes sure the Action Actor also is present.
Author:
Christopher Mindus
  • Constructor Details

    • VSActionActorParticipant

      public VSActionActorParticipant()
      Creates a VirtualSpace Action Actor Participant property with no name and with a null value.
    • VSActionActorParticipant

      public VSActionActorParticipant(Atom propertyAtom)
      Creates a VirtualSpace Action Participant property with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
    • VSActionActorParticipant

      public VSActionActorParticipant(Atom propertyAtom, String newValue)
      Creates a VirtualSpace Action Participant property with the specified name and value.
      Parameters:
      propertyAtom - the property atom.
      newValue - the new string value for the property.
  • Method Details