Interface PollingRatInput

  • All Superinterfaces:
    adams.core.AdditionalInformationHandler, adams.core.Destroyable, adams.core.option.OptionHandler, RatInput, adams.core.Stoppable, adams.core.StoppableWithFeedback
    All Known Implementing Classes:
    AbstractPollingRatInput, InputPolling

    public interface PollingRatInput
    extends RatInput
    Interface for RatInput schemes that perform polling.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • setWaitPoll

        void setWaitPoll​(int value)
        Sets the number of milli-seconds to wait before polling.
        Parameters:
        value - the number of milli-seconds
      • getWaitPoll

        int getWaitPoll()
        Returns the number of milli-seconds to wait before polling again.
        Returns:
        the number of milli-seconds
      • waitPollTipText

        String waitPollTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.