Class ChannelGoOfflineEvent

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

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

    • ChannelGoOfflineEvent

      public ChannelGoOfflineEvent(EventChannel channel)
      Creates a new ChannelGoOfflineEvent instance.
      Parameters:
      channel - The channel that went offline
  • Method Details