Class BlockSizeImpl

  • All Implemented Interfaces:
    BlockSize

    public class BlockSizeImpl
    extends java.lang.Object
    implements BlockSize
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockSizeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(Listener4<java.lang.Integer> listener)  
      void set​(int newValue)  
      int value()  
      • Methods inherited from class java.lang.Object

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

      • BlockSizeImpl

        public BlockSizeImpl()
    • Method Detail

      • set

        public void set​(int newValue)
        Specified by:
        set in interface BlockSize
      • value

        public int value()
        Specified by:
        value in interface BlockSize