Class ChannelGoLiveEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.common.events.channel.ChannelGoLiveEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
Deprecated.
This event gets called when a channel goes live
-
Constructor Summary
ConstructorsConstructorDescriptionChannelGoLiveEvent(EventChannel channel, String title, String gameId) Deprecated.Event Constructor -
Method Summary
Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator
-
Constructor Details
-
ChannelGoLiveEvent
Deprecated.Event Constructor- Parameters:
channel- The channel that went livetitle- The stream titlegameId- The gameId
-
-
Method Details
-
toString
Deprecated.- Overrides:
toStringin classTwitchEvent
-
getChannel
Deprecated.Channel -
getTitle
Deprecated.Title -
getGameId
Deprecated.GameId -
equals
Deprecated.- Overrides:
equalsin classTwitchEvent
-
canEqual
Deprecated.- Overrides:
canEqualin classTwitchEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classTwitchEvent
-