Class ChannelGoLiveEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.events.ChannelGoLiveEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

public final class ChannelGoLiveEvent extends TwitchEvent
This event gets called when a channel goes live
  • Constructor Details

    • ChannelGoLiveEvent

      public ChannelGoLiveEvent(EventChannel channel, Stream stream)
      Creates a new ChannelGoLiveEvent instance.
      Parameters:
      channel - The channel that went live
      stream - The stream data
  • Method Details