Package tigase.workgroupqueues.scheduler
Interface Scheduler
-
- All Known Implementing Classes:
DummyScheduler
public interface SchedulerInterface for scheduler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentgetBestAgent(Queue queue, User user)Returns agent to handle user.voidonUserJoinedQueue(Queue queue, User user)Callback method.
-