Class VSParticipantReference

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

public class VSParticipantReference extends FixedVirtualizedAbstractReference<IVSParticipant>
The VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements the IVSParticipant interface, such as panels. Instances of this class are located in the VSParticipantsHolder container in a priority order.
Author:
Christopher Mindus
  • Constructor Details

    • VSParticipantReference

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

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

      public VSParticipantReference(Atom propertyAtom, String ref)
      Creates a VirtualSpace Participant property with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
      ref - the reference string of the participant.
  • Method Details