JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
218 stars 111 forks source link

Experimental - Cancel-able Menus #69

Open kantenkugel opened 6 years ago

kantenkugel commented 6 years ago

Pull Request

Pull Request Checklist

Please follow the following steps before opening this PR.
PRs that do not complete the checklist will be subject to denial for missing information.

Pull Request Information

Check and fill in the blanks for all that apply:

Description

This module adds the possibility to cancel EventWaiter tasks via the new return value of EventWaiter#waitForEvent (Future<Void>)

This new feature is used to add Menu#cancel() to cancel menus that are already running.

Todo:

kantenkugel commented 6 years ago

Should probably also wait for #58 to be merged so i can apply the changes from this PR to that code as well. Adding it to the TODO