util.rmi
Interface RmiVariableDepending
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- JPhasePlot
public interface RmiVariableDepending
- extends Remote
Constant depending classes may implement this interface to signale that
they need certain variables for proper functionality. It is the callers
responsibility to provide the correct constants.
|
Method Summary |
boolean |
rmiSetVariable(Variable to)
If assigned with the correct variable, they should return true here,
false otherwise. |
rmiSetVariable
boolean rmiSetVariable(Variable to)
throws RemoteException
- If assigned with the correct variable, they should return true here,
false otherwise.
- Throws:
RemoteException