Package 

Interface IAutoSnappingController


  • 
    public interface IAutoSnappingController<T extends Object>
    
                        

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

    • 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
    • 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.