public interface CcRemoteViewAgentCallback
Modifier and Type | Interface and Description |
---|---|
static interface |
CcRemoteViewAgentCallback.ConnectEvent
Event to indicate a remote view agent has connected
|
static interface |
CcRemoteViewAgentCallback.DisconnectEvent
Event to indicate a remote view agent has disconnected
|
Modifier and Type | Method and Description |
---|---|
void |
handleConnect(CcRemoteViewAgentCallback.ConnectEvent event)
Handle a remote view agent connection event.
|
void |
handleDisconnect(CcRemoteViewAgentCallback.DisconnectEvent event)
Handle a remote view agent disconnect event
|
void handleConnect(CcRemoteViewAgentCallback.ConnectEvent event)
event
- the connect eventvoid handleDisconnect(CcRemoteViewAgentCallback.DisconnectEvent event)
event
- the disconnect eventCopyright © IBM 2016. All rights reserved.