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

edsdk.api.CanonCommandListener Maven / Gradle / Ivy

The newest version!
package edsdk.api;

/**
 * 
 * Copyright © 2014 Hansi Raber , Ananta Palani
 * 
 * This work is free. You can redistribute it and/or modify it under the
 * terms of the Do What The Fuck You Want To Public License, Version 2,
 * as published by Sam Hocevar. See the COPYING file for more details.
 * 
 * @author hansi
 * @author Ananta Palani
 * 
 */
public interface CanonCommandListener {

    public void success( T t );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy