Class BlockListener.Adapter

  • All Implemented Interfaces:
    BlockListener
    Enclosing interface:
    BlockListener

    @Deprecated
    public static class BlockListener.Adapter
    extends java.lang.Object
    implements BlockListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • horizontalAlignmentChanged

        public void horizontalAlignmentChanged​(Block block,
                                               HorizontalAlignment previousHorizontalAlignment)
        Deprecated.
        Description copied from interface: BlockListener
        Called when the horizontal alignment has changed.
        Specified by:
        horizontalAlignmentChanged in interface BlockListener
        Parameters:
        block - The text block in question.
        previousHorizontalAlignment - The previous alignment value.