|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The Type of the interface this will creating a handler for.public interface ClientInterfaceHandlerFactory<T>
Implementations are able to create a handler for the client side of method invocations.
Method Summary | |
---|---|
T |
createClientHandler(T proxy,
ClientSideToolkit toolkit)
Create a thing that handles communication with the server for an Interface.. |
HandlerVersion |
getVersion()
The version of this handler. |
Class<T> |
interfaceClass()
Provide the interface class this is the information about. |
Method Detail |
---|
HandlerVersion getVersion()
Class<T> interfaceClass()
T createClientHandler(T proxy, ClientSideToolkit toolkit)
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.clientToolkit
- Tools to help the handler do it's job.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |