Package org.cef.misc

Class BoolRef


  • public class BoolRef
    extends java.lang.Object
    Helper class for passing boolean values by reference.
    • Constructor Summary

      Constructors 
      Constructor Description
      BoolRef()  
      BoolRef​(boolean value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean get()  
      void set​(boolean value)  
      • Methods inherited from class java.lang.Object

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

      • BoolRef

        public BoolRef()
      • BoolRef

        public BoolRef​(boolean value)
    • Method Detail

      • set

        public void set​(boolean value)
      • get

        public boolean get()