Class FrameHandlerResult

  • All Implemented Interfaces:

    
    public class FrameHandlerResult<T extends Object, E extends Object>
    
                        

    Wrapper class that used in frame handlers to notify all subscribers about data detection events used Success(recognisedData) for returning answer of detectors used Failure for return errors that happens inside handlers (like failed license check etc)

    • 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
      • Methods inherited from class java.lang.Object

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

    • Method Detail