@PublicApi
public interface ProjectTypeUpdatedRegistrar
ProjectTypeUpdatedHandler that need
to be notified every time the type of a project is updated.| Modifier and Type | Method and Description |
|---|---|
void |
register(ProjectTypeUpdatedHandler handler)
Registers a handler that will get notifications every time the type of a project is updated.
|
void |
unregister(ProjectTypeUpdatedHandler handler)
Unregisters a handler, which means that it will stop getting notifications for project type updates.
|
void register(ProjectTypeUpdatedHandler handler)
handler - The handler to register.void unregister(ProjectTypeUpdatedHandler handler)
handler - The handler to unregister.Copyright © 2002-2022 Atlassian. All Rights Reserved.