Class DetectEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class DetectEvent
    extends Event
    Represents an event that a result is detected by component.
    Since:
    8.6.0
    Author:
    klyvechen
    See Also:
    Serialized Form
    • Constructor Detail

      • DetectEvent

        public DetectEvent​(java.lang.String name,
                           Component target,
                           java.lang.Object data)
    • Method Detail

      • getResult

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

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