package org.simantics.db.layer0.adapter; public interface ActionFactory { Runnable create(Object target); }