org.apache.pivot.wtk.text
Interface BlockListener

All Known Implementing Classes:
BlockListener.Adapter, TextPaneSkinBlockView, TextPaneSkinParagraphView

public interface BlockListener

Block listener interface.


Nested Class Summary
static class BlockListener.Adapter
           
 
Method Summary
 void horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)
          Called when the horizontal alignment has changed.
 

Method Detail

horizontalAlignmentChanged

void horizontalAlignmentChanged(Block block,
                                HorizontalAlignment previousHorizontalAlignment)
Called when the horizontal alignment has changed.

Parameters:
block -
previousHorizontalAlignment -