|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimerService
Interface for the timer that manages future timepoints and has the task to notify objects at the given time entries.
Method Summary | |
---|---|
void |
addEntry(ITimedObject to,
long time)
Add a timing entry. |
void |
removeEntry(ITimedObject to)
Remove a timing entry. |
void |
shutdown()
Shutdown the timer service. |
Method Detail |
---|
void addEntry(ITimedObject to, long time)
to
- The timed object to notify.time
- The absolute notification time.void removeEntry(ITimedObject to)
to
- The object to notify.void shutdown()
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.