Class ParticipantsUpdatedEvent
- Object
-
- ParticipantsUpdatedEvent
-
public final class ParticipantsUpdatedEvent extends Object
Describes a ParticipantsUpdated event data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.List<RemoteParticipant>
getAddedParticipants()
List of Participants that were addedList<RemoteParticipant>
getRemovedParticipants()
List of Participants that were removed
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getAddedParticipants
public List<RemoteParticipant> getAddedParticipants()
List of Participants that were added
-
getRemovedParticipants
public List<RemoteParticipant> getRemovedParticipants()
List of Participants that were removed
-
-