Package io.github.jtwitch.action
Interface ScheduleAction.Action
- Enclosing class:
- ScheduleAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
the action to be scheduled.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(ConnectedTwitchBot bot)
execute the action to be scheduled.
-
Method Details
-
execute
execute the action to be scheduled.- Parameters:
bot
- the bot when it is connected to the twitch socket
-