public abstract class ActionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Client |
client |
protected Proxy |
proxy |
| Constructor and Description |
|---|
ActionFactory()
Deprecated.
use @link ActionFactory(Client, Proxy) instead
|
ActionFactory(Client client)
Deprecated.
use @link ActionFactory(Client, Proxy) instead
|
ActionFactory(Client client,
Proxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient() |
Proxy |
getProxy() |
void |
setClient(Client client) |
void |
setProxy(Proxy proxy) |
@Deprecated public ActionFactory()
@Deprecated public ActionFactory(Client client)
Copyright © 2024. All rights reserved.