| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueueUsersListener
| Method Summary | |
|---|---|
|  void | averageWaitTimeUpdated(WorkgroupQueue queue,
                       int averageWaitTime)The average wait time of the queue was updated. | 
|  void | oldestEntryUpdated(WorkgroupQueue queue,
                   Date oldestEntry)The date of oldest entry waiting in the queue was updated. | 
|  void | statusUpdated(WorkgroupQueue queue,
              WorkgroupQueue.Status status)The status of the queue was updated. | 
|  void | usersUpdated(WorkgroupQueue queue,
             Set users)The list of users waiting in the queue was updated. | 
| Method Detail | 
|---|
void statusUpdated(WorkgroupQueue queue,
                   WorkgroupQueue.Status status)
queue - the workgroup queue.status - the status of queue.
void averageWaitTimeUpdated(WorkgroupQueue queue,
                            int averageWaitTime)
queue - the workgroup queue.averageWaitTime - the average wait time of the queue.
void oldestEntryUpdated(WorkgroupQueue queue,
                        Date oldestEntry)
queue - the workgroup queue.oldestEntry - the date of the oldest entry waiting in the queue.
void usersUpdated(WorkgroupQueue queue,
                  Set users)
queue - the workgroup queue.users - the list of users waiting in the queue.| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||