public static final class ImmoToolTask.Callback extends Object
Modifier and Type | Method and Description |
---|---|
void |
checkCancelled() |
void |
setMessage(String msg) |
void |
setProgress(float percentage) |
void |
setProgress(float value,
float min,
float max) |
void |
setProgress(int value,
int min,
int max) |
void |
setProgress(long value,
long min,
long max) |
public void checkCancelled() throws CancellationException
CancellationException
public void setMessage(String msg)
public void setProgress(long value, long min, long max)
public void setProgress(int value, int min, int max)
public void setProgress(float value, float min, float max)
public void setProgress(float percentage)
Copyright © 2015 OpenEstate. All rights reserved.