Project

General

Profile

1
package eu.dnetlib.index.actors;
2

    
3
public interface BlackboardActorCallback {
4

    
5
	void setJobDone();
6

    
7
	void setJobFailed(Throwable e);
8
}
(3-3/8)