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

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

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

/**
 * @author ray
 */
public interface Refreshable
{
    void refresh(boolean afterInitSoar);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy