Class TwitchFollowerEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.follower.TwitchFollowerEvent
- Direct Known Subclasses:
TwitchFollowEvent
,TwitchUnfollowEvent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TwitchFollowerEvent
(String follower, String date) Abstract constructor -
Method Summary
Modifier and TypeMethodDescriptionMethod that returns the follower's follow date.Method that returns the follower's username.
-
Constructor Details
-
TwitchFollowerEvent
Abstract constructor- Parameters:
follower
-date
-
-
-
Method Details
-
getFollower
Method that returns the follower's username.- Parameters:
follower
-
-
getFollowDate
Method that returns the follower's follow date.- Parameters:
date
-
-