Uses of Class
com.openindex.openestate.tool.ImmoToolUpdate
-
Packages that use ImmoToolUpdate Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks. -
-
Uses of ImmoToolUpdate in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return ImmoToolUpdate Modifier and Type Method Description protected ImmoToolUpdate
ImmoToolUpdateTask. doInBackground()
static ImmoToolUpdate
ImmoToolUpdate. parse(InputStream json)
static ImmoToolUpdate
ImmoToolUpdate. parse(Reader json)
static ImmoToolUpdate
ImmoToolUpdate. parse(javax.json.JsonObject json)
Methods in com.openindex.openestate.tool with parameters of type ImmoToolUpdate Modifier and Type Method Description static void
ImmoToolEnvironment. showUpdateNotification(ImmoToolUpdate update, boolean feedbackAlways)
protected void
ImmoToolUpdateTask. succeeded(ImmoToolUpdate result)
-