Package tv.phantombot.event.irc.channel
Class IrcChannelLeaveEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.channel.IrcChannelEvent
tv.phantombot.event.irc.channel.IrcChannelLeaveEvent
- 
Constructor SummaryConstructorsConstructorDescriptionIrcChannelLeaveEvent(String user) Class constructorIrcChannelLeaveEvent(TwitchSession session, String user) Class constructor
- 
Method SummaryMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Constructor Details- 
IrcChannelLeaveEventClass constructor- Parameters:
- session-
- user-
 
- 
IrcChannelLeaveEventClass constructor- Parameters:
- user-
 
 
- 
- 
Method Details- 
getUserMethod that returns the user who left.- Returns:
- user
 
 
-