Interface DiscordMessageEvent<E extends net.dv8tion.jda.api.events.Event,M extends net.dv8tion.jda.api.entities.Message,A extends String,T extends String>

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 interface DiscordMessageEvent<E extends net.dv8tion.jda.api.events.Event,M extends net.dv8tion.jda.api.entities.Message,A extends String,T extends String>
Common event for Discord messages
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(E event, M message, A author, T text)
    Calls the event handler method
  • Method Details

    • accept

      void accept(E event, M message, A author, T text)
      Calls the event handler method