Uses of Interface
org.openstreetmap.josm.actions.upload.UploadHook

Packages that use UploadHook
org.openstreetmap.josm.actions   
org.openstreetmap.josm.actions.upload   
 

Uses of UploadHook in org.openstreetmap.josm.actions
 

Fields in org.openstreetmap.josm.actions with type parameters of type UploadHook
private static java.util.LinkedList<UploadHook> UploadAction.uploadHooks
          The list of upload hooks.
 

Methods in org.openstreetmap.josm.actions with parameters of type UploadHook
static void UploadAction.registerUploadHook(UploadHook hook)
          Registers an upload hook.
static void UploadAction.unregisterUploadHook(UploadHook hook)
          Unregisters an upload hook.
 

Uses of UploadHook in org.openstreetmap.josm.actions.upload
 

Classes in org.openstreetmap.josm.actions.upload that implement UploadHook
 class ApiPreconditionCheckerHook
           
 class RelationUploadOrderHook
          This upload hook reorders the list of new relations to upload such that child relations are uploaded before parent relations.
 class ValidateUploadHook
          The action that does the validate thing.
 



JOSM