public static class IMutableProxyInterface.DummyMutableProxyInterface extends java.lang.Object implements IMutableProxyInterface
IMutableProxyInterface.DummyMutableProxyInterface
Constructor and Description |
---|
DummyMutableProxyInterface() |
DummyMutableProxyInterface(IProxyInterfaceGetter a_proxyGetter,
IProxyInterfaceGetter a_anonymousGetter) |
DummyMutableProxyInterface(ProxyInterface a_proxy) |
Modifier and Type | Method and Description |
---|---|
IProxyInterfaceGetter |
getProxyInterface(boolean a_bAnonInterface)
Returns one of two possible proxy interfaces or null if the chosen interface
is not allowed or available at present.
|
public DummyMutableProxyInterface()
public DummyMutableProxyInterface(ProxyInterface a_proxy)
public DummyMutableProxyInterface(IProxyInterfaceGetter a_proxyGetter, IProxyInterfaceGetter a_anonymousGetter)
public IProxyInterfaceGetter getProxyInterface(boolean a_bAnonInterface)
IMutableProxyInterface
getProxyInterface
in interface IMutableProxyInterface
a_bAnonInterface
- true, if the anonymous interface is chosen; false, if the
direct interface is chosenCopyright © 2023. All rights reserved.