Interface IUnitNotificationManager

All Known Implementing Classes:
UnitNotificationManager

@Ser public interface IUnitNotificationManager
A manager of unit notifications.
  • Method Details

    • getNotifications

      List<IUnitNotification> getNotifications()
      Returns:
    • getNotificationCount

      int getNotificationCount()
      Returns:
    • addNotification

      void addNotification(IUnitNotification notification)
      Parameters:
      notification -
    • addNotifications

      void addNotifications(Collection<? extends IUnitNotification> c)
      Parameters:
      c -
    • removeNotification

      boolean removeNotification(String key)
      Parameters:
      key -
      Returns:
    • getNotification

      IUnitNotification getNotification(String key)
      Parameters:
      key -
      Returns: