# # ChangeLog for applications/editors/josm/plugins/eventbus/.classpath in osm # # Generated by Trac 1.6 # 2024-08-12T22:09:01+02:00 Fri, 12 Jan 2018 20:57:05 GMT donvip [34000] * applications/editors/josm/plugins/eventbus (added) * applications/editors/josm/plugins/eventbus/.checkstyle (added) * applications/editors/josm/plugins/eventbus/.classpath (added) * applications/editors/josm/plugins/eventbus/.project (added) * applications/editors/josm/plugins/eventbus/.settings (added) * applications/editors/josm/plugins/eventbus/.settings/org.eclipse.jdt.core.prefs (added) * applications/editors/josm/plugins/eventbus/.settings/org.eclipse.jdt.ui.prefs (added) * applications/editors/josm/plugins/eventbus/GPL-v2.0.txt (added) * applications/editors/josm/plugins/eventbus/GPL-v3.0.txt (added) * applications/editors/josm/plugins/eventbus/README (added) * applications/editors/josm/plugins/eventbus/build.xml (added) * applications/editors/josm/plugins/eventbus/data (added) * applications/editors/josm/plugins/eventbus/images (added) * applications/editors/josm/plugins/eventbus/images/dialogs (added) * applications/editors/josm/plugins/eventbus/images/preferences (added) * applications/editors/josm/plugins/eventbus/resources (added) * applications/editors/josm/plugins/eventbus/src (added) * applications/editors/josm/plugins/eventbus/src/org (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/actions (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/actions/ExpertModeChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/CommandQueueEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/SoMChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/conflict (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/conflict/AbstractConflictsEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/conflict/ConflictsAddedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/conflict/ConflictsRemovedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/AbstractNoteDataEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/NoteDataUpdatedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/SelectedNoteChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/history (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/history/AbstractHistoryEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/history/HistoryClearedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/osm/history/HistoryUpdatedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/projection (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/data/projection/ProjectionChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/AllowConcurrentEvents.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/AsyncEventBus.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/DeadEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/Dispatcher.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/EventBus.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/JosmEventBus.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/Subscribe.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/Subscriber.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/SubscriberExceptionContext.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/SubscriberExceptionHandler.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/SubscriberRegistry.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/eventbus/package-info.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/MapFrameInitializedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/MapModeChangeEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/ZoomChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/conflict (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/conflict/tags (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/conflict/tags/NextDecisionEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/conflict/tags/PreviousDecisionEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/dialogs (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/dialogs/LayerListRefreshedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/dialogs/LayerVisibleEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/dialogs/relation (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/dialogs/relation/MemberVisibleEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/download (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/download/DownloadSourceAddedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/layer (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/layer/LayerStateChangeEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/layer/imagery (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/layer/imagery/FilterChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/mappaint (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyleEntryUpdatedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/mappaint/MapPaintStylesUpdatedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/preferences (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/preferences/imagery (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/preferences/imagery/ContentValidationEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/preferences/server (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferenceChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/progress (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/progress/OperationCancelledEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/tagging (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/tagging/presets (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPresetModifiedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/util (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/util/KeyPressedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/util/KeyReleasedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/gui/util/ModifierExChangedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/io (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/io/OsmApiInitializedEvent.java (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus (added) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/EventBusPlugin.java (added) * applications/editors/josm/plugins/eventbus/test (added) * applications/editors/josm/plugins/eventbus/test/unit (added) * applications/editors/josm/plugins/eventbus/test/unit/org (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/AsyncEventBusTest.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/DispatcherTest.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/EventBusTest.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/ReentrantEventsTest.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/StringCatcher.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/SubscriberRegistryTest.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/SubscriberTest.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/outside (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/outside/AnnotatedSubscriberFinderTests.java (added) * applications/editors/josm/plugins/eventbus/test/unit/org/openstreetmap/josm/eventbus/outside/OutsideEventBusTest.java (added) Add new EventBus plugin