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

com.google.sitebricks.mail.Idler Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks.mail;

/**
* @author [email protected] (Dhanji R. Prasanna)
*/
interface Idler {
  void done();

  void disconnectAsync();

  void idleEnd();

  void idleStart();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy