Class SynchVariable


  • class SynchVariable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean _flag  
    • Constructor Summary

      Constructors 
      Constructor Description
      SynchVariable()  
    • Method Summary

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

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

      • _flag

        public boolean _flag
    • Constructor Detail

      • SynchVariable

        SynchVariable()
    • Method Detail

      • set

        public void set()
      • value

        public boolean value()
      • reset

        public void reset()