public interface SciJavaService extends Service
Services.
 
 Note that this interface is not intended to be extended by non-core service
 interfaces, because it serves as a marker for core SciJava Common services
 only. The idea is that this interface can be used to create a
 Context containing core SciJava services using the invocation:
 
final Context context = new Context(SciJavaService.class);
If you have a collection of services which you want to be grouped similarly, just create your own marker interface for the same purpose.
initialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposeCopyright © 2009–2022 SciJava. All rights reserved.