Package adams.core
Interface NotificationSuppression
-
- All Known Subinterfaces:
StorageUpdaterWithNotificationSuppression,VariableUpdaterWithNotificationSuppression
- All Known Implementing Classes:
IncStorageValue,IncVariable,SetStorageValue,SetVariable,SetVariable
public interface NotificationSuppressionInterface for classes that suppress notifications.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetSuppressNotifications()Returns whether to suppress notificationsvoidsetSuppressNotifications(boolean value)Sets whether to suppress notifications.
-