com.rubecula.darwin.evolution
Interface CalendarEvolution
- All Known Implementing Classes:
- Evolution_Calendar
public interface CalendarEvolution
- Author:
- Robin Hillyard
Method Summary |
java.util.Calendar |
getTime()
|
void |
scheduleEvent(java.util.Calendar when,
java.lang.Runnable event)
|
getTime
java.util.Calendar getTime()
throws EvolutionException
- Returns:
- the current time for this evolution, based on the number of ticks
and the speed of each tick.
- Throws:
EvolutionException
scheduleEvent
void scheduleEvent(java.util.Calendar when,
java.lang.Runnable event)
- Parameters:
when
- event
-
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.