We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0457aa2 commit 0c26083Copy full SHA for 0c26083
src/main/java/org/scijava/event/EventHistory.java
@@ -34,14 +34,14 @@
34
35
import java.util.Set;
36
37
-import org.scijava.service.Service;
+import org.scijava.service.SciJavaService;
38
39
/**
40
* Interface for service that keeps a history of SciJava events.
41
*
42
* @author Curtis Rueden
43
*/
44
-public interface EventHistory extends Service {
+public interface EventHistory extends SciJavaService {
45
46
/** Activates or deactivates event history tracking. */
47
void setActive(boolean active);
0 commit comments