Interface NotificationManager
public interface NotificationManager
Handles notification events.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
processEvent
(@NotNull Event event, @Nullable EventHandlerConfigItem customHandler, @Nullable ExpressionProfile customHandlerExpressionProfile, @NotNull Task task, @NotNull OperationResult result) default void
processEvent
(@NotNull Event event, Task task, OperationResult result) void
setDisabled
(boolean disabled)
-
Method Details
-
processEvent
-
processEvent
@Contract("_, !null, null, _, _ -> fail") void processEvent(@NotNull @NotNull Event event, @Nullable @Nullable EventHandlerConfigItem customHandler, @Nullable @Nullable ExpressionProfile customHandlerExpressionProfile, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) -
isDisabled
boolean isDisabled() -
setDisabled
void setDisabled(boolean disabled)
-