Package warnings

Interface WarningDisplay

All Known Implementing Classes:
SingleLineWarningDisplay

public interface WarningDisplay
Interface for warning displays.

Warning displays will receive a notification whenever warnings are added, removed or updated and should then update.

When accessing the list of warnings via the list iterator, code should be contained within a block synchronized on the warning system to avoid array list concurrent modification exceptions.

Author:
Doug Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • updateWarnings

      void updateWarnings()