Class HBCICallbackSwing.SyncObject

  • Enclosing class:
    HBCICallbackSwing

    private final class HBCICallbackSwing.SyncObject
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean stopCalled  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SyncObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void startWaiting()  
      void stopWaiting()  
      • Methods inherited from class java.lang.Object

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

      • stopCalled

        private boolean stopCalled
    • Constructor Detail

      • SyncObject

        private SyncObject()
    • Method Detail

      • startWaiting

        public void startWaiting()
      • stopWaiting

        public void stopWaiting()