Interface ProjectCreateNotifier

All Known Implementing Classes:
ProjectCreateRegistrarImpl

public interface ProjectCreateNotifier
Class in charge to send notifications to all ProjectCreateHandler.
  • Method Details

    • notifyAllHandlers

      boolean notifyAllHandlers(ProjectCreatedData projectCreatedData)
      Notifies all ProjectCreateHandler objects that a project as been created.
      Parameters:
      projectCreatedData - Object encapsulating the information about the recently created project.
      Returns:
      False if any of the handlers failed while handling the notification. True if everything went ok.