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