public static class ComponentOwnerHandlerFactory.ClientFactory extends java.lang.Object implements ClientInterfaceHandlerFactory<ConfigurationOwner>
Constructor and Description |
---|
ClientFactory() |
Modifier and Type | Method and Description |
---|---|
ConfigurationOwner |
createClientHandler(ConfigurationOwner 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<ConfigurationOwner> |
interfaceClass()
Provide the interface class this is the information
about.
|
public java.lang.Class<ConfigurationOwner> interfaceClass()
ClientInterfaceHandlerFactory
interfaceClass
in interface ClientInterfaceHandlerFactory<ConfigurationOwner>
public HandlerVersion getVersion()
ClientInterfaceHandlerFactory
getVersion
in interface ClientInterfaceHandlerFactory<ConfigurationOwner>
public ConfigurationOwner createClientHandler(ConfigurationOwner proxy, ClientSideToolkit toolkit)
ClientInterfaceHandlerFactory
createClientHandler
in interface ClientInterfaceHandlerFactory<ConfigurationOwner>
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.