astra.gui.AstraEventListener 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;
public interface AstraEventListener {
public void addEvent(String type, Object[] args);
}