public static class StructuralHandlerFactory.ClientStructuralHandlerFactory extends Object implements ClientInterfaceHandlerFactory<Structural>
Constructor and Description |
---|
StructuralHandlerFactory.ClientStructuralHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
Structural |
createClientHandler(Structural proxy,
ClientSideToolkit toolkit)
Create a thing that handles communication
with the server for an Interface..
|
HandlerVersion |
getVersion()
The version of this handler.
|
Class<Structural> |
interfaceClass()
Provide the interface class this is the information
about.
|
public StructuralHandlerFactory.ClientStructuralHandlerFactory()
public Class<Structural> interfaceClass()
ClientInterfaceHandlerFactory
interfaceClass
in interface ClientInterfaceHandlerFactory<Structural>
public HandlerVersion getVersion()
ClientInterfaceHandlerFactory
getVersion
in interface ClientInterfaceHandlerFactory<Structural>
public Structural createClientHandler(Structural proxy, ClientSideToolkit toolkit)
ClientInterfaceHandlerFactory
createClientHandler
in interface ClientInterfaceHandlerFactory<Structural>
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.