Interface AbstractModelAccess.NotificationChangedListener
-
- All Known Implementing Classes:
AbstractChannelConnector,AbstractConnector
- Enclosing class:
- AbstractModelAccess
public static interface AbstractModelAccess.NotificationChangedListenerListener for notification changes.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotificationsChanged(boolean useNotifications)Called when the notifications setting has been changed inAbstractModelAccess.useNotifications(boolean).
-
-
-
Method Detail
-
notificationsChanged
void notificationsChanged(boolean useNotifications)
Called when the notifications setting has been changed inAbstractModelAccess.useNotifications(boolean).- Parameters:
useNotifications- the new value after changing
-
-