Package com.iizigo.vs
Class VSParticipantAndHolderHelper
- java.lang.Object
-
- com.iizigo.vs.VSParticipantAndHolderHelper
-
public class VSParticipantAndHolderHelper extends java.lang.Object
Class used to hold the VSParticipant that is being deleted and should later be deleted from a VSParticipantHolder.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
participantReference
Reference to the VS participant.EditorVirtualSpace
virtualSpace
The VS.
-
Constructor Summary
Constructors Constructor Description VSParticipantAndHolderHelper()
-
-
-
Field Detail
-
virtualSpace
public EditorVirtualSpace virtualSpace
The VS.
-
participantReference
public java.lang.String participantReference
Reference to the VS participant.
-
-