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

com.publicobject.misc.Throbber Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
/* 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 - 2024 Weber Informatics LLC | Privacy Policy