Interface ITeamRobot

    • Method Detail

      • getTeamEventListener

        ITeamEvents getTeamEventListener()
        This method is called by the game to notify this robot about team events. Hence, this method must be implemented so it returns your ITeamEvents listener.
        Returns:
        listener to team events or null if this robot should not receive the notifications.