public static class LogPollableHandlerFactory.ClientLogPollableHandlerFactory extends Object implements ClientInterfaceHandlerFactory<LogPollable>
Constructor and Description |
---|
LogPollableHandlerFactory.ClientLogPollableHandlerFactory() |
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.
|
Class<LogPollable> |
interfaceClass()
Provide the interface class this is the information
about.
|
public LogPollableHandlerFactory.ClientLogPollableHandlerFactory()
public 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.