IntrospectionModel.IntrospectionModelObserver¶
-
public interface
IntrospectionModelObserver¶ Interface to implement when observing an instance of
IntrospectionModel. Clients will only be called single-threaded.- Author
jwienke
Methods¶
participantAdded¶
-
void
participantAdded(ParticipantInfo info)¶ Called in case a new participant has been added to the model.
- Parameters
info – information about the participant, not
null
participantRemoved¶
-
void
participantRemoved(ParticipantInfo info)¶ Called in case a participant has been removed from the model.
- Parameters
info – information about the participant, not
null