Class CometLayoutRule.Event

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CometLayoutRule

    public static class CometLayoutRule.Event
    extends java.lang.Object
    implements java.io.Serializable
    The Class Event.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Event()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getBuild()
      Gets the builds the.
      int getCode()
      Gets the code.
      boolean getCreate()
      Gets the creates the.
      boolean getGeometrychange()
      Gets the geometrychange.
      boolean getLoad()
      Gets the load.
      boolean getReorganize()
      Gets the reorganize.
      void setBuild​(boolean build)
      Sets the builds the.
      void setCreate​(boolean create)
      Sets the creates the.
      void setGeometrychange​(boolean geometrychange)
      Sets the geometrychange.
      void setLoad​(boolean load)
      Sets the load.
      void setReorganize​(boolean reorganize)
      Sets the reorganize.
      • Methods inherited from class java.lang.Object

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

      • Event

        public Event()
    • Method Detail

      • getBuild

        public boolean getBuild()
        Gets the builds the.
        Returns:
        the builds the
      • getCode

        public int getCode()
        Gets the code.
        Returns:
        the code
      • getCreate

        public boolean getCreate()
        Gets the creates the.
        Returns:
        the creates the
      • getGeometrychange

        public boolean getGeometrychange()
        Gets the geometrychange.
        Returns:
        the geometrychange
      • getLoad

        public boolean getLoad()
        Gets the load.
        Returns:
        the load
      • getReorganize

        public boolean getReorganize()
        Gets the reorganize.
        Returns:
        the reorganize
      • setBuild

        public void setBuild​(boolean build)
        Sets the builds the.
        Parameters:
        build - the new builds the
      • setCreate

        public void setCreate​(boolean create)
        Sets the creates the.
        Parameters:
        create - the new creates the
      • setGeometrychange

        public void setGeometrychange​(boolean geometrychange)
        Sets the geometrychange.
        Parameters:
        geometrychange - the new geometrychange
      • setLoad

        public void setLoad​(boolean load)
        Sets the load.
        Parameters:
        load - the new load
      • setReorganize

        public void setReorganize​(boolean reorganize)
        Sets the reorganize.
        Parameters:
        reorganize - the new reorganize