Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchStopEntity
Packages that use MatchStopEntity
Package
Description
Contains Live Scout related entities
Contains Live Scout related interfaces
- 
Uses of MatchStopEntity in com.sportradar.livedata.sdk.dispatch.livescoutMethods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchStopEntityModifier and TypeMethodDescriptionprotected voidEntityEventHandler.dispatchMatchStop(MatchStopEntity entity) protected voidLoggingEntityEventHandler.dispatchMatchStop(MatchStopEntity matchStopEntity) protected voidStatisticsLiveScoutEntityEventHandler.dispatchMatchStop(MatchStopEntity entity) 
- 
Uses of MatchStopEntity in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchStopEntityModifier and TypeMethodDescriptionJaxbLiveScoutEntityFactory.buildMatchStopEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchstop matchStop) 
- 
Uses of MatchStopEntity in com.sportradar.livedata.sdk.feed.livescout.interfacesMethods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchStopEntityModifier and TypeMethodDescriptionLiveScoutEntityFactory.buildMatchStopEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchstop matchStop) Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchStopEntityModifier and TypeMethodDescriptionvoidLiveScoutFeedListener.onMatchStopped(LiveScoutFeed sender, MatchStopEntity matchStop) Invoked by the observedLiveScoutFeedafter the was un-subscribed from a match or if subscription to a match failed.