All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asteriskjava.live.QueueEntryState Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy