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

com.github.nalukit.domino.message.binding.client.presenter.PresenterRegistration Maven / Gradle / Ivy

The newest version!
package com.github.nalukit.domino.message.binding.client.presenter;

/**
 * Registration of a presenter for the MessageFactory
 */
public interface PresenterRegistration {

  /**
   * removes the registered presenter from the MessageFactory
   */
  void remove();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy