Interface BroadcastReceiver
-
- All Known Subinterfaces:
BroadcastCommandDispatcherFactory,BroadcastManager,BroadcastReceiverRegistrar
- All Known Implementing Classes:
ConcurrentBroadcastCommandDispatcherFactory,QueueBroadcastManager
public interface BroadcastReceiverA receiver of a broadcast.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive(byte[] data)Receives the specified broadcast data.
-