arlut.csd.ganymede
Interface Ganymediator
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- GanymediatorWizard
- public interface Ganymediator
- extends java.rmi.Remote
This interface provides a means whereby clients can provide
additional information to the server in response to a dialog
request.
The name for this class is the fault of el Webjefe Felipe Campos,
felipe@uts.cc.utexas.edu.
- See Also:
StringDialog
|
Method Summary |
ReturnVal |
respond(java.util.Hashtable returnHash)
This method is used to provide feedback to the server from a client
in response to a specific request. |
respond
public ReturnVal respond(java.util.Hashtable returnHash)
throws java.rmi.RemoteException
- This method is used to provide feedback to the server from a client
in response to a specific request.
- Parameters:
returnHash - a hashtable mapping strings to values. The strings
are titles of fields specified in a dialog that was provided to the
client. If returnHash is null, this corresponds to the user hitting
cancel on such a dialog.