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

org.jivesoftware.smack.SmackInitializer Maven / Gradle / Ivy

The newest version!
package org.jivesoftware.smack;

/**
 * Defines an initialization class that will be instantiated and invoked by the
 * {@link SmackConfiguration} class during initialization.
 * 
 * 

* Any implementation of this class MUST have a default constructor. * * @author Robin Collier * */ public interface SmackInitializer { void initialize(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy