public interface IDistributor
| Modifier and Type | Method and Description |
|---|---|
void |
addJob(IDistributable a_newJob)
Adds a new job to the default job queue.
|
void addJob(IDistributable a_newJob)
a_newJob - The information to forward.Copyright © 2023. All rights reserved.