Package | Description |
---|---|
com.mmbnetworks.gatewayapi | |
com.mmbnetworks.gatewayapi.sample |
Modifier and Type | Method and Description |
---|---|
boolean |
GatewayClient.deregisterGroupEventHandler(GroupEventHandler groupEventHandler)
Removes a previously registered groupEventHandler.
|
boolean |
GroupManager.deregisterGroupEventHandler(GroupEventHandler groupEventHandler)
Deregister the
groupEventHandler so that it will no longer receive GroupEvent. |
boolean |
GatewayClient.registerGroupEventHandler(GroupEventHandler groupEventHandler)
Allows a class to register itself to receive
GroupEvent . |
boolean |
GroupManager.registerGroupEventHandler(GroupEventHandler groupEventHandler)
Register the
groupEventHandler so that it will receive the GroupEvent whenever a group is created, removed, or updated. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCli
This sample application demonstrates how one might use the GatewayClient to connect to a known
network interface and interact with devices on it.
|
Copyright © 2021. All rights reserved.