Class MultiTurnViewportOffCommandHandler

  • All Implemented Interfaces:
    ILayerCommandHandler<TurnViewportOffCommand>

    public class MultiTurnViewportOffCommandHandler
    extends Object
    implements ILayerCommandHandler<TurnViewportOffCommand>
    ILayerCommandHandler for the TurnViewportOffCommand that needs to be used with split viewports. As the command is consumed by the ViewportLayer and it is also not necessary to process the command any further, this handler is used to ensure that all viewports in the composition get the chance to process the command.