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

org.jsoar.debugger.JSoarDebuggerPlugin Maven / Gradle / Ivy

/*
 * Copyright (c) 2008  Dave Ray 
 *
 * Created on Dec 7, 2008
 */
package org.jsoar.debugger;

/**
 * @author ray
 */
public interface JSoarDebuggerPlugin
{

    void initialize(JSoarDebugger debugger, String[] args);
    
    default void shutdown() {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy