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

net.alantea.xtend.IExtension Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package net.alantea.xtend;

/**
 * The IExtension Interface.
 */
public interface IExtension
{
  
  /**
   * Gets the extended interface.
   *
   * @return the extended interface
   */
  public Class getExtendedInterface();
  
  /**
   * Adds an implementation.
   *
   * @param object the extension object
   * @throws Xception the xception
   */
  public void addImplementation(Object object) throws Xception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy