com.swfm.mica.parts
Class MiAutoAdjustShapeAroundTextActionHandler

java.lang.Object
  extended bycom.swfm.mica.parts.MiAutoAdjustShapeAroundTextActionHandler
All Implemented Interfaces:
MiiActionHandler, MiiActionTypes, MiiTypes

public class MiAutoAdjustShapeAroundTextActionHandler
extends java.lang.Object
implements MiiActionHandler, MiiActionTypes, MiiTypes

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
     
Constructor Summary
MiAutoAdjustShapeAroundTextActionHandler()
           
 
Method Summary
 boolean processAction(MiiAction action)
          Processes the given action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiAutoAdjustShapeAroundTextActionHandler

public MiAutoAdjustShapeAroundTextActionHandler()
Method Detail

processAction

public boolean processAction(MiiAction action)
Description copied from interface: MiiActionHandler
Processes the given action.

Specified by:
processAction in interface MiiActionHandler
Parameters:
action - the action to process
Returns:
true if it is OK to send action to the next action handler false if it is NOT OK to send action to the next action handler