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