![JAR search and dependency download from the Maven repository](/logo.png)
com.publicobject.misc.Throbber Maven / Gradle / Ivy
/* Glazed Lists (c) 2003-2006 */
/* http://publicobject.com/glazedlists/ publicobject.com,*/
/* O'Dell Engineering Ltd.*/
package com.publicobject.misc;
/**
* Simple animated monitor shows if work is taking place. This can be implemented
* in any GUI toolkit.
*
* @author Jesse Wilson
*/
public interface Throbber {
public void setOn();
public void setOff();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy