public interface Scheduleable
Scheduleable
interface
is implemented by a scheduleable object to check if the scheduleable
object is in-schedule.Modifier and Type | Method and Description |
---|---|
boolean |
inSchedule(java.util.GregorianCalendar gc)
Check to see if this object is in schedule based on the specified GregorianCalendar.
|
boolean inSchedule(java.util.GregorianCalendar gc)
gc
- GregorianCalendar for checking if this Scheduleable object is in schedule.Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.