Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchListUpdateEntity
-
Packages that use MatchListUpdateEntity Package Description com.sportradar.livedata.sdk.dispatch.livescout com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entitiescom.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of MatchListUpdateEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchListUpdateEntity Modifier and Type Method Description protected void
EntityEventHandler. dispatchMatchListUpdate(MatchListUpdateEntity entity)
protected void
LoggingEntityEventHandler. dispatchMatchListUpdate(MatchListUpdateEntity matchListUpdate)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchMatchListUpdate(MatchListUpdateEntity entity)
-
Uses of MatchListUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchListUpdateEntity Modifier and Type Method Description MatchListUpdateEntity
JaxbLiveScoutEntityFactory. buildMatchListUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchlistupdate matchListUpdate)
-
Uses of MatchListUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchListUpdateEntity Modifier and Type Method Description MatchListUpdateEntity
LiveScoutEntityFactory. buildMatchListUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchlistupdate matchListUpdate)
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchListUpdateEntity Modifier and Type Method Description void
LiveScoutFeedListener. onMatchListUpdateReceived(LiveScoutFeed sender, MatchListUpdateEntity matchList)
Invoked by the observedLiveScoutFeed
when an unsolicited match list is received.
-