Interface Timeoutable


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

      • 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.