Project

General

Profile

1
package eu.dnetlib.enabling.hcm.sn;
2

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

    
5
/**
6
 * This component takes care of subscribing the MSRO service to interesting events.
7
 * 
8
 * @author marko
9
 *
10
 */
11
public interface HCMSubscriber {
12
	/**
13
	 * performs the subscription.
14
	 * @throws ISSNException could happen
15
	 */
16
	void subscribeAll() throws ISSNException;
17
}
(1-1/3)