Interface BroadcastCommandDispatcherFactory

All Superinterfaces:
BroadcastReceiver, BroadcastReceiverRegistrar, CommandDispatcherFactory, Registrar<BroadcastReceiver>
All Known Implementing Classes:
ConcurrentBroadcastCommandDispatcherFactory

public interface BroadcastCommandDispatcherFactory extends CommandDispatcherFactory, BroadcastReceiverRegistrar
A CommandDispatcherFactory that is also a registry of BroadcastReceivers.
Author:
Paul Ferraro