You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create something to control event cancelations. From exceptions to manual cancelations.
For example:
@EventCancelationHandlerpublicvoidonCancelMessage(MessageSendEventevent) {
System.out.println("Message from " + event.getUser().getName() + " has been cancel");
}
The text was updated successfully, but these errors were encountered:
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. 🧩
Create something to control event cancelations. From exceptions to manual cancelations.
For example:
The text was updated successfully, but these errors were encountered: