Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎯 Create @EventCancelationHandler annotation #12

Open
nuriofernandez opened this issue Sep 4, 2020 · 1 comment
Open

🎯 Create @EventCancelationHandler annotation #12

nuriofernandez opened this issue Sep 4, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request idea

Comments

@nuriofernandez
Copy link
Owner

Create something to control event cancelations. From exceptions to manual cancelations.

For example:

@EventCancelationHandler
public void onCancelMessage(MessageSendEvent event) {
    System.out.println("Message from " + event.getUser().getName() + " has been cancel");
}
@nuriofernandez nuriofernandez added the enhancement New feature or request label Sep 4, 2020
@nuriofernandez nuriofernandez self-assigned this Sep 4, 2020
@nuriofernandez nuriofernandez changed the title Event cancelation handler 🎯 Create @EventCancelationHandler annotation Jun 21, 2021
@nuriofernandez
Copy link
Owner Author

With the completion of the issue #25 now we can complete this one by embedding a new event manager inside the main one. Handling only the @EventCancelationHandler annotation. 🧩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idea
Projects
None yet
Development

No branches or pull requests

1 participant