Uses of Interface
eu.tneitzel.rmg.plugin.IResponseHandler
-
Packages that use IResponseHandler Package Description eu.tneitzel.rmg.plugin -
-
Uses of IResponseHandler in eu.tneitzel.rmg.plugin
Classes in eu.tneitzel.rmg.plugin that implement IResponseHandler Modifier and Type Class Description classGenericPrintGenericPrint is an rmg ResponseHandler plugin that attempts to print all incoming server responses.classReturnValueProviderReturnValueProvider is a helper class that can be used to capture return values of custom RMI calls.Methods in eu.tneitzel.rmg.plugin that return IResponseHandler Modifier and Type Method Description static IResponseHandlerPluginSystem. getResponseHandler()Returns the currently set ResponseHandlerMethods in eu.tneitzel.rmg.plugin with parameters of type IResponseHandler Modifier and Type Method Description static voidPluginSystem. setResponeHandler(IResponseHandler handler)Sets a new ResponseHandler.
-