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

com.daedafusion.security.common.CallbackHandler Maven / Gradle / Ivy

The newest version!
package com.daedafusion.security.common;

/**
 * Created by mphilpot on 7/21/14.
 */
public interface CallbackHandler
{
    public void handle(Callback... callbacks);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy