Interface Timeoutable


public interface Timeoutable
Interface for an object that can timeout waiting for activity.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkForTimeout(long timeSinceLastActivity)
    Checks to see if a timeout has occurred.
  • Method Details

    • checkForTimeout

      void checkForTimeout(long timeSinceLastActivity)
      Checks to see if a timeout has occurred.
      Parameters:
      timeSinceLastActivity - the time in msec since the last activity for this action.