package org.simantics.db.layer0.adapter; import java.util.Collection; public interface ActionFactory2 { Runnable create(Collection targets); }