Class BlockOpened


  • public class BlockOpened
    extends BaseBlockMessage
    Author:
    Maxim.Manuylov Date: 04.09.2008
    • Constructor Detail

      • BlockOpened

        public BlockOpened​(@NotNull
                           java.lang.String blockName)
      • BlockOpened

        public BlockOpened​(@NotNull
                           java.lang.String blockName,
                           @Nullable
                           java.lang.String description)
      • BlockOpened

        public BlockOpened​(@NotNull
                           java.lang.String blockName,
                           @Nullable
                           java.lang.String description,
                           @Nullable
                           java.lang.String blockType)
        Since:
        2017.2
    • Method Detail

      • visit

        public void visit​(@NotNull
                          ServiceMessageVisitor visitor)
        Description copied from class: ServiceMessage
        Depending on this service message type calls corresponding method in the supplied visitor.
        Overrides:
        visit in class ServiceMessage
        Parameters:
        visitor - visitor