|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.gui.PleaseWaitRunnable
org.openstreetmap.josm.gui.history.HistoryLoadTask
org.openstreetmap.josm.actions.downloadtasks.DownloadOsmChangeTask.HistoryLoaderAndListener
private static class DownloadOsmChangeTask.HistoryLoaderAndListener
Loads history and updates incomplete primitives.
Field Summary | |
---|---|
private java.util.Map<OsmPrimitive,java.util.Date> |
toLoad
|
Fields inherited from class org.openstreetmap.josm.gui.PleaseWaitRunnable |
---|
progressMonitor |
Constructor Summary | |
---|---|
DownloadOsmChangeTask.HistoryLoaderAndListener(java.util.Map<OsmPrimitive,java.util.Date> toLoad)
|
Method Summary | |
---|---|
void |
historyDataSetCleared(HistoryDataSet source)
Fired by a HistoryDataSet if the history cached is cleared. |
void |
historyUpdated(HistoryDataSet source,
PrimitiveId id)
Fired by a HistoryDataSet if the cached history of an OSM primitive with
id id is updated |
Methods inherited from class org.openstreetmap.josm.gui.history.HistoryLoadTask |
---|
add, add, add, add, add, add, cancel, finish, getLastException, isCanceled, realRun |
Methods inherited from class org.openstreetmap.josm.gui.PleaseWaitRunnable |
---|
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.util.Map<OsmPrimitive,java.util.Date> toLoad
Constructor Detail |
---|
public DownloadOsmChangeTask.HistoryLoaderAndListener(java.util.Map<OsmPrimitive,java.util.Date> toLoad)
Method Detail |
---|
public void historyUpdated(HistoryDataSet source, PrimitiveId id)
HistoryDataSetListener
HistoryDataSet
if the cached history of an OSM primitive with
id id
is updated
historyUpdated
in interface HistoryDataSetListener
source
- the data set firing the eventid
- the id of the updated primitivepublic void historyDataSetCleared(HistoryDataSet source)
HistoryDataSetListener
HistoryDataSet
if the history cached is cleared.
historyDataSetCleared
in interface HistoryDataSetListener
source
- the history data set firing the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |