Interface IDAREPlugin


  • public interface IDAREPlugin
    • Method Detail

      • getServices

        Vector<IDAREService> getServices()
        Provide all instances of IDAREInterfaces this plugin shall provide to the app. They have to be in the order in which they need to be registered. i.e. if a DataSetType is provided after corresponding properties this might fail.
        Returns:
        the services that this plugin provides.