public abstract static class ImmoToolTask.Adapter extends Object implements ImmoToolTask.Listener
Constructor and Description |
---|
ImmoToolTask.Adapter() |
Modifier and Type | Method and Description |
---|---|
void |
descriptionChanged(String newValue,
String oldValue,
long taskId) |
void |
messageChanged(String newValue,
String oldValue,
long taskId) |
void |
progressChanged(Integer newValue,
Integer oldValue,
long taskId) |
void |
stateChanged(SwingWorker.StateValue newValue,
SwingWorker.StateValue oldValue,
long taskId) |
void |
taskCancelled(long taskId) |
void |
taskFailed(Throwable t,
long taskId) |
void |
taskFinished(long taskId) |
void |
taskSucceeded(Object result,
long taskId) |
void |
titleChanged(String newValue,
String oldValue,
long taskId) |
public void descriptionChanged(String newValue, String oldValue, long taskId)
descriptionChanged
in interface ImmoToolTask.Listener
public void messageChanged(String newValue, String oldValue, long taskId)
messageChanged
in interface ImmoToolTask.Listener
public void progressChanged(Integer newValue, Integer oldValue, long taskId)
progressChanged
in interface ImmoToolTask.Listener
public void stateChanged(SwingWorker.StateValue newValue, SwingWorker.StateValue oldValue, long taskId)
stateChanged
in interface ImmoToolTask.Listener
public void taskCancelled(long taskId)
taskCancelled
in interface ImmoToolTask.Listener
public void taskFailed(Throwable t, long taskId)
taskFailed
in interface ImmoToolTask.Listener
public void taskFinished(long taskId)
taskFinished
in interface ImmoToolTask.Listener
public void taskSucceeded(Object result, long taskId)
taskSucceeded
in interface ImmoToolTask.Listener
public void titleChanged(String newValue, String oldValue, long taskId)
titleChanged
in interface ImmoToolTask.Listener
Copyright © 2015 OpenEstate. All rights reserved.