Interface BroadcastReceiver

All Known Subinterfaces:
BroadcastCommandDispatcherFactory, BroadcastManager, BroadcastReceiverRegistrar
All Known Implementing Classes:
ConcurrentBroadcastCommandDispatcherFactory, QueueBroadcastManager

public interface BroadcastReceiver
A receiver of a broadcast.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(byte[] data)
    Receives the specified broadcast data.
  • Method Details

    • receive

      void receive(byte[] data)
      Receives the specified broadcast data.
      Parameters:
      data - broadcast data