
com.github.bordertech.wcomponents.addons.polling.PollingStatus Maven / Gradle / Ivy
The newest version!
package com.github.bordertech.wcomponents.addons.polling;
/**
* Status of the polling panel.
*
* @author Jonathan Austin
* @since 1.0.0
*/
public enum PollingStatus {
/**
* Not started yet.
*/
STOPPED,
/**
* Service action started.
*/
PROCESSING,
/**
* Polling timed out.
*/
TIMEOUT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy