public class StatusEventHandlerImpl extends Object implements StatusEventHandler
| Constructor and Description |
|---|
StatusEventHandlerImpl(com.atlassian.audit.api.AuditService auditService) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleStatusCreated(StatusCreatedEvent event) |
void |
handleStatusDeleted(StatusDeletedEvent event) |
void |
handleStatusEdited(StatusEditedEvent event) |
void |
handleStatusMoved(StatusMovedEvent event) |
public StatusEventHandlerImpl(com.atlassian.audit.api.AuditService auditService)
public void handleStatusCreated(StatusCreatedEvent event)
handleStatusCreated in interface StatusEventHandlerpublic void handleStatusEdited(StatusEditedEvent event)
handleStatusEdited in interface StatusEventHandlerpublic void handleStatusDeleted(StatusDeletedEvent event)
handleStatusDeleted in interface StatusEventHandlerpublic void handleStatusMoved(StatusMovedEvent event)
handleStatusMoved in interface StatusEventHandlerCopyright © 2002-2021 Atlassian. All Rights Reserved.