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

org.frameworkset.spi.remote.CallbackHandler Maven / Gradle / Ivy

The newest version!
package org.frameworkset.spi.remote;

public interface CallbackHandler extends java.io.Serializable{
    public void handler(CallbackContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy