public static class ExportableHandlerFactory.ClientFactory extends java.lang.Object implements ClientInterfaceHandlerFactory<Exportable>
Constructor and Description |
---|
ClientFactory() |
Modifier and Type | Method and Description |
---|---|
Exportable |
createClientHandler(Exportable proxy,
ClientSideToolkit toolkit)
Create a thing that handles communication
with the server for an Interface..
|
boolean |
equals(java.lang.Object obj) |
HandlerVersion |
getVersion()
The version of this handler.
|
int |
hashCode() |
java.lang.Class<Exportable> |
interfaceClass()
Provide the interface class this is the information
about.
|
public java.lang.Class<Exportable> interfaceClass()
ClientInterfaceHandlerFactory
interfaceClass
in interface ClientInterfaceHandlerFactory<Exportable>
public HandlerVersion getVersion()
ClientInterfaceHandlerFactory
getVersion
in interface ClientInterfaceHandlerFactory<Exportable>
public Exportable createClientHandler(Exportable proxy, ClientSideToolkit toolkit)
ClientInterfaceHandlerFactory
createClientHandler
in interface ClientInterfaceHandlerFactory<Exportable>
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.toolkit
- Tools to help the handler do it's job.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object