Interface ITeamVisitor

All Known Implementing Classes:
ReportingTeamVisitor, TeamVisitor

public interface ITeamVisitor
Visitor used during initialization to gather the available team definitions.
Since:
9.1
Author:
B. van de Ven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTeam(ITeamDS teamDS)
    This method should be invoked to add a team definition.
  • Method Details

    • addTeam

      void addTeam(ITeamDS teamDS)
      This method should be invoked to add a team definition.
      Parameters:
      teamDS - The team datasource.
      Throws:
      InitializationException - This exception is thrown when the team definition could not be added.