Class UserEventDispatcher

java.lang.Object
com.atlassian.jira.event.user.UserEventDispatcher

public final class UserEventDispatcher extends Object
  • Method Details

    • dispatchEvent

      @Deprecated public static void dispatchEvent(int type, ApplicationUser user)
      Deprecated.
      Logic to create events was moved to UserEventFactory. For dispatching messages, prefer using EventPublisher directly.
    • dispatchEvent

      @Deprecated public static void dispatchEvent(int type, ApplicationUser user, Map<String,Object> params)
      Deprecated.
      Logic to create events was moved to UserEventFactory. For dispatching messages, prefer using EventPublisher directly.
    • dispatch

      public static void dispatch(@Nonnull UserEvent event)