@PublicApi
public interface ProjectCreateRegistrar
ProjectCreateHandler
that need
to be notified every time a project is created.Modifier and Type | Method and Description |
---|---|
void |
register(ProjectCreateHandler handler)
Registers a handler that will get notifications every time a project is created.
|
void |
unregister(ProjectCreateHandler handler)
Unregisters a handler, which means that it will stop getting notifications for project creation.
|
void register(ProjectCreateHandler handler)
handler
- The handler to register.void unregister(ProjectCreateHandler handler)
handler
- The handler to unregister.Copyright © 2002-2024 Atlassian. All Rights Reserved.