public static class ObjectInterfaceHandlerFactory.ClientFactory extends java.lang.Object implements ClientInterfaceHandlerFactory<java.lang.Object>
| Constructor and Description | 
|---|
ClientFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
createClientHandler(java.lang.Object proxy,
                   ClientSideToolkit toolkit)
Create a thing that handles communication 
 with the server for an Interface.. 
 | 
HandlerVersion | 
getVersion()
The version of this handler. 
 | 
java.lang.Class<java.lang.Object> | 
interfaceClass()
Provide the interface class this is the information
 about. 
 | 
public java.lang.Class<java.lang.Object> interfaceClass()
ClientInterfaceHandlerFactoryinterfaceClass in interface ClientInterfaceHandlerFactory<java.lang.Object>public HandlerVersion getVersion()
ClientInterfaceHandlerFactorygetVersion in interface ClientInterfaceHandlerFactory<java.lang.Object>public java.lang.Object createClientHandler(java.lang.Object proxy,
                                            ClientSideToolkit toolkit)
ClientInterfaceHandlerFactorycreateClientHandler in interface ClientInterfaceHandlerFactory<java.lang.Object>proxy - The client side proxy the invocations are coming from. Most of the
 time this will be ignored but it's useful as the source for events.toolkit - Tools to help the handler do it's job.