Class DetectData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class DetectData
    extends java.lang.Object
    implements ActionData
    Represents an event that a result is detected by component.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DetectData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getResult()
      Returns the detected result.
      java.lang.String getType()
      Returns the detected type.
      • Methods inherited from class java.lang.Object

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

      • DetectData

        public DetectData()
    • Method Detail

      • getResult

        public java.lang.String getResult()
        Returns the detected result.
      • getType

        public java.lang.String getType()
        Returns the detected type.