Class ChannelChangeTitleEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.common.events.channel.ChannelChangeTitleEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
@Deprecated public final class ChannelChangeTitleEvent extends TwitchEvent
Deprecated.
This event gets called when a channel changes the game
-
Constructor Summary
Constructors Constructor Description ChannelChangeTitleEvent(EventChannel channel, java.lang.String title)Deprecated.Event Constructor -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.EventChannelgetChannel()Deprecated.Channeljava.lang.StringgetTitle()Deprecated.TitleinthashCode()Deprecated.java.lang.StringtoString()Deprecated.Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediatorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ChannelChangeTitleEvent
Deprecated.Event Constructor- Parameters:
channel- The channel that went livetitle- The stream title
-
-
Method Details
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classTwitchEvent
-
getChannel
Deprecated.Channel -
getTitle
public java.lang.String getTitle()Deprecated.Title -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classTwitchEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated.- Overrides:
canEqualin classTwitchEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classTwitchEvent
-