Uses of Interface
org.openstreetmap.josm.io.MessageNotifier.NotifierCallback
-
Packages that use MessageNotifier.NotifierCallback Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of MessageNotifier.NotifierCallback in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as MessageNotifier.NotifierCallback Modifier and Type Field Description private static MessageNotifier.NotifierCallback
MessageNotifier. callback
Methods in org.openstreetmap.josm.io with parameters of type MessageNotifier.NotifierCallback Modifier and Type Method Description static void
MessageNotifier. setNotifierCallback(MessageNotifier.NotifierCallback notifierCallback)
Sets theMessageNotifier.NotifierCallback
responsible of notifying the user when new messages are received.
-