public class ProjectSynchronizationWizardMonitor extends UnicastRemoteObject implements csbase.remote.ProjectSynchronizationMonitor
ref| Modifier | Constructor and Description |
|---|---|
protected |
ProjectSynchronizationWizardMonitor(JEditorPane textArea,
StringBuffer text,
ProjectSynchronization application)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finalResult(String result) |
void |
initTransfer(String file) |
boolean |
isCancelled() |
void |
partialResult(String[] file,
String result) |
void |
setCancelled()
Altera o estado para cancelado e altera o painel de resultados.
|
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogprotected ProjectSynchronizationWizardMonitor(JEditorPane textArea, StringBuffer text, ProjectSynchronization application) throws RemoteException
textArea - área de texto do resultadotext - texto já inserido na textAreaapplication - apliação de sincronizaçãoRemoteException - em caso de erro de comunicaçãopublic void partialResult(String[] file, String result) throws RemoteException
partialResult in interface csbase.remote.ProjectSynchronizationMonitorRemoteExceptionpublic void finalResult(String result) throws RemoteException
finalResult in interface csbase.remote.ProjectSynchronizationMonitorRemoteExceptionpublic boolean isCancelled()
throws RemoteException
isCancelled in interface csbase.remote.ProjectSynchronizationMonitorRemoteExceptionpublic void setCancelled()
public void initTransfer(String file) throws RemoteException
initTransfer in interface csbase.remote.ProjectSynchronizationMonitorRemoteExceptionCopyright © 2016. All rights reserved.