astra.gui.AstraGui Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of astra-apis Show documentation
Show all versions of astra-apis Show documentation
Base project for ASTRA applications
package astra.gui;
import java.util.List;
public interface AstraGui {
public boolean receive(String type, List> args);
public void launch(AstraEventListener listener);
}