
org.asteriskjava.live.QueueEntryState Maven / Gradle / Ivy
package org.asteriskjava.live;
/**
* The lifecycle status of a {@link org.asteriskjava.live.AsteriskQueueEntry}.
*
* @author gmi
*/
public enum QueueEntryState
{
/**
* The user joined the queue.
*/
JOINED,
/**
* The user left the queue.
*/
LEFT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy