Interface IncidentService

All Known Implementing Classes:
IncidentServiceImpl

public interface IncidentService
Service that report incidents to an administrator
Author:
Baptiste Mesta, Matthieu Chaffotte
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(Incident incident)
    Report an incident
  • Method Details

    • report

      void report(Incident incident)
      Report an incident
      Parameters:
      incident - the incident to be reported