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.

@FunctionalInterface public static interface ScheduleAction.Action
the action to be scheduled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute the action to be scheduled.
  • Method Details

    • execute

      void execute(ConnectedTwitchBot bot)
      execute the action to be scheduled.
      Parameters:
      bot - the bot when it is connected to the twitch socket