io.leopard.timer
Interface Period

All Known Implementing Classes:
MilliSecondPeriod, MinutePeriod, OncePeriod, PerDayPeriod, PerHourPeriod, PerMinutePeriod, SecondPeriod, WeekPeriod

public interface Period

定时器周期.

Author:
阿海

Method Summary
 boolean sleep()
          睡眠到周期到了 .
 

Method Detail

sleep

boolean sleep()
              throws java.lang.InterruptedException
睡眠到周期到了 .

Returns:
是否还继续下一次.
Throws:
java.lang.InterruptedException


Copyright © 2014. All Rights Reserved.