Interface BroadcastCommandDispatcherFactory

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

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