public interface ServerPropertyCapable extends Capability
getServerProperties()
method. The client must also fire a
RemoteDesktopServerEvent
of the
RemoteDesktopServerEvent.SERVER_PROPERTY_AVAILABLE_EVENT
type on
every property init (first received) or change.T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getServerProperties()
Get the server properties.
|