Class CommandEventMulticaster

  • All Implemented Interfaces:
    CommandListener

    Deprecated. 
    register multiple command listeners instead

    @Immutable
    @Deprecated
    public final class CommandEventMulticaster
    extends Object
    implements CommandListener
    A multicaster for command events. Any exception thrown by one of the listeners will be caught and not re-thrown, but may be logged.
    Since:
    3.3
    • Constructor Detail

      • CommandEventMulticaster

        public CommandEventMulticaster​(List<CommandListener> commandListeners)
        Deprecated. 
        Construct an instance with the given list of command listeners
        Parameters:
        commandListeners - the non-null list of command listeners, none of which may be null