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

com4j.ComObjectListener Maven / Gradle / Ivy

There is a newer version: 20110320
Show newest version
package com4j;

/**
 * Callback that receives a notification whenever
 * a new wrapper object is created.
 *
 * @see COM4J#addListener(ComObjectListener)
 * @see COM4J#removeListener(ComObjectListener)
 *
 * @author Kohsuke Kawaguchi ([email protected])
 */
public interface ComObjectListener {
    /**
     * Called when a new COM object is created.
     * @param obj the newly created Com4jObject
     */
    void onNewObject( Com4jObject obj );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy