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

twitter4jads.internal.async.Dispatcher Maven / Gradle / Ivy

The newest version!

package twitter4jads.internal.async;

/**
 *
 */
public interface Dispatcher {

    void invokeLater(Runnable task);

    void shutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy