public interface IScheduledJob
Modifier and Type | Method and Description |
---|---|
void |
execute(ISchedulingService service)
Called each time the job is triggered by the scheduling service.
|
void execute(ISchedulingService service) throws CloneNotSupportedException
service
- the service that called the jobCloneNotSupportedException
- throws is Darth Vader attempts to use
this object for his own nefarious purposes.Copyright © 2006-2012 The Red5 Project