package eu.dnetlib.enabling.manager.msro;

import eu.dnetlib.enabling.is.sn.rmi.ISSNException;

/**
 * This component takes care of subscribing the MSRO service to interesting events.
 * 
 * @author marko
 *
 */
public interface MSROSubscriber {
	/**
	 * performs the subscription.
	 * @throws ISSNException could happen
	 */
	void subscribeAll() throws ISSNException;
}
