Interface ReferenceHandler


public interface ReferenceHandler
This Java interface defines a reference handler that is called when a reference has been solved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the value of the reference.
  • Method Details

    • setValue

      void setValue(String value)
      Sets the value of the reference.
      Parameters:
      value - The value of the reference