Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchStopEntity
-
Packages that use MatchStopEntity 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 MatchStopEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchStopEntity Modifier and Type Method Description protected void
EntityEventHandler. dispatchMatchStop(MatchStopEntity entity)
protected void
LoggingEntityEventHandler. dispatchMatchStop(MatchStopEntity matchStopEntity)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchMatchStop(MatchStopEntity entity)
-
Uses of MatchStopEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchStopEntity Modifier and Type Method Description MatchStopEntity
JaxbLiveScoutEntityFactory. buildMatchStopEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchstop matchStop)
-
Uses of MatchStopEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchStopEntity Modifier and Type Method Description MatchStopEntity
LiveScoutEntityFactory. buildMatchStopEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchstop matchStop)
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchStopEntity Modifier and Type Method Description void
LiveScoutFeedListener. onMatchStopped(LiveScoutFeed sender, MatchStopEntity matchStop)
Invoked by the observedLiveScoutFeed
after the was un-subscribed from a match or if subscription to a match failed.
-