]> gerrit.simantics Code Review - simantics/platform.git/blob - element/handler/SelectionSpecification.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / element / handler / SelectionSpecification.java
1 package org.simantics.g2d.element.handler;
2
3 import org.eclipse.core.runtime.IAdaptable;
4
5
6 public interface SelectionSpecification extends ElementHandler, IAdaptable {
7          
8         
9 }