public interface BroadcastListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBroadcast(byte[] data)
Invoked when received request to broadcast binary data.
|
void |
onBroadcast(java.lang.String text)
Invoked when received request to broadcast text message.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.