public class DefaultProjectEventManager extends Object implements ProjectEventManager
Constructor and Description |
---|
DefaultProjectEventManager(com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
dispatchProjectCreated(ApplicationUser user,
Project newProject)
Dispatches
ProjectCreatedEvent . |
void |
dispatchProjectDeleted(ApplicationUser user,
Project oldProject)
Dispatches
ProjectDeletedEvent . |
void |
dispatchProjectUpdated(ApplicationUser user,
Project newProject,
Project oldProject)
Dispatches
ProjectUpdatedEvent . |
public DefaultProjectEventManager(com.atlassian.event.api.EventPublisher eventPublisher)
public void dispatchProjectUpdated(ApplicationUser user, Project newProject, Project oldProject)
ProjectEventManager
ProjectUpdatedEvent
.dispatchProjectUpdated
in interface ProjectEventManager
public void dispatchProjectCreated(ApplicationUser user, Project newProject)
ProjectEventManager
ProjectCreatedEvent
.dispatchProjectCreated
in interface ProjectEventManager
public void dispatchProjectDeleted(ApplicationUser user, Project oldProject)
ProjectEventManager
ProjectDeletedEvent
.dispatchProjectDeleted
in interface ProjectEventManager
Copyright © 2002-2015 Atlassian. All Rights Reserved.