Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchListUpdateEntity
Packages that use MatchListUpdateEntity
Package
Description
Contains Live Scout related entities
Contains Live Scout related interfaces
- 
Uses of MatchListUpdateEntity in com.sportradar.livedata.sdk.dispatch.livescoutMethods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchListUpdateEntityModifier and TypeMethodDescriptionprotected voidEntityEventHandler.dispatchMatchListUpdate(MatchListUpdateEntity entity) protected voidLoggingEntityEventHandler.dispatchMatchListUpdate(MatchListUpdateEntity matchListUpdate) protected voidStatisticsLiveScoutEntityEventHandler.dispatchMatchListUpdate(MatchListUpdateEntity entity) 
- 
Uses of MatchListUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchListUpdateEntityModifier and TypeMethodDescriptionJaxbLiveScoutEntityFactory.buildMatchListUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchlistupdate matchListUpdate) 
- 
Uses of MatchListUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.interfacesMethods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchListUpdateEntityModifier and TypeMethodDescriptionLiveScoutEntityFactory.buildMatchListUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchlistupdate matchListUpdate) Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchListUpdateEntityModifier and TypeMethodDescriptionvoidLiveScoutFeedListener.onMatchListUpdateReceived(LiveScoutFeed sender, MatchListUpdateEntity matchList) Invoked by the observedLiveScoutFeedwhen an unsolicited match list is received.