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 if Darth Vader attempts to use this object for his own nefarious purposes.Copyright © 2005–2019 Red5. All rights reserved.