public final class UserEventDispatcher extends Object
Modifier and Type | Method and Description |
---|---|
static void |
dispatch(UserEvent event) |
static void |
dispatchEvent(int type,
ApplicationUser user)
Deprecated.
Logic to create events was moved to
UserEventFactory .
For dispatching messages, prefer using EventPublisher directly. |
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. |
@Deprecated public static void dispatchEvent(int type, ApplicationUser user)
UserEventFactory
.
For dispatching messages, prefer using EventPublisher
directly.@Deprecated public static void dispatchEvent(int type, ApplicationUser user, Map<String,Object> params)
UserEventFactory
.
For dispatching messages, prefer using EventPublisher
directly.Copyright © 2002-2022 Atlassian. All Rights Reserved.