public interface ProjectObserver
| Modifier and Type | Method and Description |
|---|---|
void |
install()
Registra no servidor um observador.
|
void |
uninstall()
Remove do servidor o registro desse observador.
|
void install()
throws RemoteException
RemoteException - Em caso de falha.void uninstall()
throws RemoteException
RemoteException - Em caso de falha.Copyright © 2018. All rights reserved.