Interface IAutoSnappingController

  • All Implemented Interfaces:

    
    public interface IAutoSnappingController<T extends Object>
    
                        

    Defines interface for component that performs current conditions evaluation and decides the best moment to take snap automatically.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit trySnap(T parameter) Start conditions evaluation and, maybe, take a snap, e.g.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • trySnap

         abstract Unit trySnap(T parameter)

        Start conditions evaluation and, maybe, take a snap, e.g. depending on current image status, snap interval etc.