Class AgencyContactViewTask
- java.lang.Object
-
- javax.swing.SwingWorker<T,V>
-
- com.openindex.openestate.tool.ImmoToolTask<AgencyContactViewPanel,Void>
-
- com.openindex.openestate.tool.agency.AgencyContactViewTask
-
- All Implemented Interfaces:
PropertyChangeListener
,Runnable
,Future<AgencyContactViewPanel>
,RunnableFuture<AgencyContactViewPanel>
,EventListener
public class AgencyContactViewTask extends ImmoToolTask<AgencyContactViewPanel,Void>
ImmoToolTask
zur Darstellung eines Mitarbeiter-Formulars.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.ImmoToolTask
ImmoToolTask.Adapter, ImmoToolTask.Callback, ImmoToolTask.Listener
-
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
-
Constructor Summary
Constructors Constructor Description AgencyContactViewTask(AbstractDbDriver dbDriver, long contactId)
AgencyContactViewTask(AbstractDbDriver dbDriver, long contactId, boolean selectCreatedTab)
AgencyContactViewTask(AbstractDbDriver dbDriver, long contactId, AgencyContactViewPanel viewTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AgencyContactViewPanel
doInBackground()
protected void
failed(Throwable ex)
protected void
succeeded(AgencyContactViewPanel panel)
-
Methods inherited from class com.openindex.openestate.tool.ImmoToolTask
addListener, cancelled, checkCancelled, createCallback, done, executeAndWait, executeAndWait, finished, getDescription, getId, getMessage, getParentWindow, getTaskDialog, getTitle, isCancelException, isPending, isStarted, process, propertyChange, removeListener, setDescription, setMessage, setParentWindow, setProgress, setProgress, setProgress, setProgress, setTaskDialog, setTitle
-
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress
-
-
-
-
Constructor Detail
-
AgencyContactViewTask
public AgencyContactViewTask(AbstractDbDriver dbDriver, long contactId)
-
AgencyContactViewTask
public AgencyContactViewTask(AbstractDbDriver dbDriver, long contactId, AgencyContactViewPanel viewTab)
-
AgencyContactViewTask
public AgencyContactViewTask(AbstractDbDriver dbDriver, long contactId, boolean selectCreatedTab)
-
-
Method Detail
-
doInBackground
protected AgencyContactViewPanel doInBackground() throws Exception
- Specified by:
doInBackground
in classImmoToolTask<AgencyContactViewPanel,Void>
- Throws:
Exception
-
failed
protected void failed(Throwable ex)
- Overrides:
failed
in classImmoToolTask<AgencyContactViewPanel,Void>
-
succeeded
protected void succeeded(AgencyContactViewPanel panel)
- Overrides:
succeeded
in classImmoToolTask<AgencyContactViewPanel,Void>
-
-