Ignore:
Timestamp:
2017-05-16T00:01:44+02:00 (7 years ago)
Author:
michael2402
Message:

See #14794: More javadoc for data.osm package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/ChangesetCacheListener.java

    r10600 r12190  
    22package org.openstreetmap.josm.data.osm;
    33
     4/**
     5 * A listener that listens to changes on the {@link ChangesetCache}
     6 * @see ChangesetCacheEvent
     7 */
    48@FunctionalInterface
    59public interface ChangesetCacheListener {
    610
     11    /**
     12     * Gets notified on changeset cache updates
     13     * @param event The event that happened
     14     */
    715    void changesetCacheUpdated(ChangesetCacheEvent event);
    816}
Note: See TracChangeset for help on using the changeset viewer.