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

astra.ui.AgentView Maven / Gradle / Ivy

package astra.ui;

import javax.swing.JPanel;

import astra.core.Agent;

public interface AgentView {
    String title();
    JPanel setup(Agent agent);
    void update(Agent agent);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy