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