Package org.openstreetmap.josm.io
Interface MessageNotifier.NotifierCallback
-
- Enclosing class:
- MessageNotifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MessageNotifier.NotifierCallback
Called when new new messages are detected.- Since:
- 12766
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyNewMessages(UserInfo userInfo)
Perform the actual notification of new messages.
-
-
-
Method Detail
-
notifyNewMessages
void notifyNewMessages(UserInfo userInfo)
Perform the actual notification of new messages.- Parameters:
userInfo
- the new user information, that includes the number of unread messages
-
-