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()
ClientInterfaceHandlerFactory
interfaceClass
in interface ClientInterfaceHandlerFactory<java.lang.Object>
public HandlerVersion getVersion()
ClientInterfaceHandlerFactory
getVersion
in interface ClientInterfaceHandlerFactory<java.lang.Object>
public java.lang.Object createClientHandler(java.lang.Object proxy, ClientSideToolkit toolkit)
ClientInterfaceHandlerFactory
createClientHandler
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.