com.github.rauberprojects.client.action.context.ActionContext Maven / Gradle / Ivy
package com.github.rauberprojects.client.action.context;
import com.github.rauberprojects.client.context.Context;
import com.github.rauberprojects.client.model.Data;
/**
* @author Thomas Eizinger
*/
public interface ActionContext {
Context getCurrentContext();
Data getCurrentScope();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy