All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.museadmin.infinite_state_machine.common.action.IActionPack Maven / Gradle / Ivy

package com.github.museadmin.infinite_state_machine.common.action;

import org.json.JSONObject;
import java.util.ArrayList;

public interface IActionPack {
  JSONObject getJsonObjectFromResourceFile(String fileName);
  ArrayList getActionsFromActionPack();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy