Class LayoutFragmentProcessor

  • All Implemented Interfaces:
    Processor

    public class LayoutFragmentProcessor
    extends java.lang.Object
    implements Processor
    Layout (compact, expend, move) a list of fragments.

    Input: List<Fragment>
    Output: List<Fragment>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(Message message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayoutFragmentProcessor

        public LayoutFragmentProcessor()
    • Method Detail

      • process

        public void process​(Message message)
                     throws java.lang.Exception
        Specified by:
        process in interface Processor
        Throws:
        java.lang.Exception