org.apache.pivot.wtk.text
Class BlockListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.text.BlockListener.Adapter
All Implemented Interfaces:
BlockListener
Enclosing interface:
BlockListener

public static class BlockListener.Adapter
extends Object
implements BlockListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.text.BlockListener
BlockListener.Adapter
 
Constructor Summary
BlockListener.Adapter()
           
 
Method Summary
 void horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)
          Called when the horizontal alignment has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockListener.Adapter

public BlockListener.Adapter()
Method Detail

horizontalAlignmentChanged

public void horizontalAlignmentChanged(Block block,
                                       HorizontalAlignment previousHorizontalAlignment)
Description copied from interface: BlockListener
Called when the horizontal alignment has changed.

Specified by:
horizontalAlignmentChanged in interface BlockListener